help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parsing result of sizeof


From: Ali KATKAR
Subject: parsing result of sizeof
Date: Mon, 26 Aug 2002 10:23:54 +0300

Hello all,

I want to parse like following syntax

struct s1
 {
    char    ch;
   short    sh;
};

struct s2
 {
    char array[sizeof(s1)];
    };

I need the result of sizeof operator. Could you please send me your
recomendations..

thanks for yor helps
ali





reply via email to

[Prev in Thread] Current Thread [Next in Thread]