Changeset 7af8be4 in buchla-68k for iolib/sprintf.c
- Timestamp:
- 07/11/2017 05:20:01 PM (7 years ago)
- Branches:
- master
- Children:
- 0170798
- Parents:
- 4a17aeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iolib/sprintf.c
r4a17aeb r7af8be4 9 9 10 10 static int8_t *buff; 11 static int16_t spsub(int 8_t c);11 static int16_t spsub(int16_t c); 12 12 13 13 /* … … 36 36 */ 37 37 38 static int16_t spsub(int 8_t c)38 static int16_t spsub(int16_t c) 39 39 { 40 40 return((*buff++ = c) & 0xFF); 41 41 } 42
Note:
See TracChangeset
for help on using the changeset viewer.