00001 #ifndef SIZES_H 00002 #define SIZES_H 00003 00004 #include <sys/types.h> 00005 00006 typedef int64_t longest; 00007 00008 #endif