A Portable Floating-Point-Based Image Format  1.0
sizecheck.c
Go to the documentation of this file.
00001 #include <stdio.h>
00002 
00003 int
00004 main (void)
00005 {
00006   printf ("pfiu16: %u\n", sizeof (unsigned short));
00007   printf ("pfiu32: %u\n", sizeof (unsigned long));
00008   return 0;
00009 }