Changeset 8385 for trunk/Ohana/src/libohana/src/IOBufferOps.c
- Timestamp:
- Aug 16, 2006, 9:14:42 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/IOBufferOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/IOBufferOps.c
r7929 r8385 102 102 /* add the output line to the given IOBuffer */ 103 103 104 int Nbyte , status;105 char tmp , *line;104 int Nbyte; 105 char tmp; 106 106 107 107 Nbyte = vsnprintf (&tmp, 0, format, argp);
Note:
See TracChangeset
for help on using the changeset viewer.
