- Timestamp:
- 07/14/2017 09:11:47 PM (7 years ago)
- Branches:
- master
- Children:
- aa021e2
- Parents:
- 4810254
- Location:
- iolib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
iolib/dofmt.c
r4810254 r7ecfb7b 45 45 46 46 int16_t hradix, 47 lowbit,48 47 length, 49 48 fplus, -
iolib/rawio.c
r4810254 r7ecfb7b 83 83 84 84 for (j = 0; j < nc; j++) /* scan each byte of ctl */ 85 if (*c tl++ EQ c ) /* done if we find it */85 if (*cp++ EQ c ) /* done if we find it */ 86 86 return((int16_t)c); 87 87
Note:
See TracChangeset
for help on using the changeset viewer.