- Timestamp:
- 07/10/2017 07:11:13 PM (7 years ago)
- Branches:
- master
- Children:
- e877e55
- Parents:
- 14ad9c9
- Location:
- lib700
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/bitrev.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t bitrev(int16_t bitsin, int16_t nbits); 12 -
lib700/ctype.x
r14ad9c9 r6aa430b 10 10 11 11 extern int8_t __atab[]; 12 -
lib700/ispow2.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t ispow2(int32_t x); 12 -
lib700/mangle.x
r14ad9c9 r6aa430b 10 10 11 11 extern int32_t mangle(int32_t *bitmap, int16_t nb, int32_t ib); 12 -
lib700/micons.x
r14ad9c9 r6aa430b 12 12 extern int32_t miconl(int32_t wi); 13 13 extern int16_t micons(int16_t wi); 14 -
lib700/tolower.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t tolower(int16_t c); 12 -
lib700/toupper.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t toupper(int16_t c); 12
Note:
See TracChangeset
for help on using the changeset viewer.