diff direct/python/yaffs_python_helper.c @ 320:e239e0b8c57d

Full change over to ctypes
author charles
date Tue, 13 Oct 2009 00:05:49 +0100
parents 3ef58b114b5e
children
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;
 }