parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
/* __int128 feature (gcc extension) */
/* https://gcc.gnu.org/onlinedocs/gcc/_005f_005fint128.html */
__int128 y = ((__int128)0x7FFFFFFFFFFFFFFFULL << 32);
unsigned __int128 y2 = ((unsigned __int128)0xFFFFFFFFFFFFFFFFULL << 32);