I would do that:

[...@e03077]/tmp$ cat > /tmp/1.c
#include <ctype.h>
_CTYPE_Q
[...@e03077]/tmp$ gcc -E /tmp/1.c |tail
{snip}
0x00200000L
[...@e03077]/tmp$

On Thu, Jun 11, 2009 at 5:10 PM, Sébastien Lorquet<squa...@gmail.com> wrote:
> for my information, is the following an acceptable way to find unknown
> constant values?
> #include proper header
> int main() {
>   printf("PIMPR_FIRST_NAME  = %d",PIMPR_FIRST_NAME  );
> }
> Regards
> Sebastien
> (PS: sorry vincent for my email, it was for the list but gmail failed the
> "reply to the list" )
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
>
>



-- 
With best of best regards
Pawel S. Veselov

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to