Add more info to python test
[yaffs2.git] / direct / python / yaffs_python_helper.c
index aa63d5e541d31af32701a542d7fcbdea59bf6012..cbb434c880b30ef8ca75e71a8b342e0b9b77eea7 100644 (file)
@@ -34,6 +34,7 @@ int yaffs_print_constants(void)
        printf( "O_RDWR.........%d\n",O_RDWR);
        printf( "O_TRUNC........%d\n",O_TRUNC);
 
+       printf( "sizeof(off_t)..%d\n",sizeof(off_t)); 
        return 0;
 }