> types.h(76): warning: ANSI C does not support 'long long' > types.h(77): warning: ANSI C does not support 'long long' The comment /* LONGLONG */ will supress complaints about 'long long'. <machine/types.h> should probably use it (for all appropriate machines, anyway).