Changeset 441 for trunk/libs/mini-libc
- Timestamp:
- May 9, 2018, 3:13:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/stdlib.c
r439 r441 166 166 va_list * args ) 167 167 { 168 unsigned int ps = 0; // write pointerto the string buffer168 unsigned int ps = 0; // write index to the string buffer 169 169 170 170 #define TO_STREAM(x) do { string[ps] = (x); ps++; if(ps==length) return -1; } while(0);
Note: See TracChangeset
for help on using the changeset viewer.