diff direct/python/yaffs_python_helper.c @ 297:84b985d09f3c

Full change over to ctypes
author charles <charles>
date Mon, 12 Oct 2009 23:05:49 +0000
parents 9faa67601a8b
children ce702882929d
line wrap: on
line diff
--- a/direct/python/yaffs_python_helper.c
+++ b/direct/python/yaffs_python_helper.c
@@ -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;
 }