Changeset 31663 for trunk/Ohana/src/libohana/test
- Timestamp:
- Jun 22, 2011, 12:33:45 AM (15 years ago)
- Location:
- trunk/Ohana/src/libohana/test
- Files:
-
- 1 edited
- 1 copied
-
memtest.c (copied) (copied from branches/eam_branches/ipp-20110505/Ohana/src/libohana/test/memtest.c )
-
typetest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/test/typetest.c
r31160 r31663 74 74 75 75 big_value = 10; 76 fprintf (stderr, "this is a bit int: "OFF_T_FMT" n'est pas?\n", big_value); 76 fprintf (stderr, "this is a big int: "OFF_T_FMT" n'est pas?\n", big_value); 77 78 // we could move the % out of the FMT and allow constructions like this: 79 // # define OFF_T_FMT "jd" 80 // fprintf (stderr, "this is a big int: %06"OFF_T_FMT_ALT" n'est pas?\n", big_value); 81 // still kind of ugly... 77 82 78 83 exit (status);
Note:
See TracChangeset
for help on using the changeset viewer.
