On Sun, Mar 2, 2014 at 8:53 AM, phi gcc <phi.gcc@xxxxxxxxx> wrote: > CU82$ more c.c > #include <stdio.h> > > #ifdef __LP64__ > typedef unsigned long uint64; > #define Y "l" > #else > typedef unsigned long long uint64; > #define Y "l" sorry for the typo here should read #define Y "ll"