- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- Location:
- lib700
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/bitrev.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include " all.h"8 #include "ram.h" 9 9 10 10 static int16_t bitmask[] = { -
lib700/ctype.c
r39a696b rb28a12e 14 14 #define _CTYPE_C 15 15 16 #include " all.h"16 #include "ram.h" 17 17 18 18 #define _CS _C|_S -
lib700/ispow2.c
r39a696b rb28a12e 11 11 */ 12 12 13 #include " all.h"13 #include "ram.h" 14 14 15 15 int16_t ispow2(int32_t x) -
lib700/mangle.c
r39a696b rb28a12e 20 20 */ 21 21 22 #include " all.h"22 #include "ram.h" 23 23 24 24 int32_t mangle(int32_t *bitmap, int16_t nb, int32_t ib) -
lib700/micons.c
r39a696b rb28a12e 24 24 */ 25 25 26 #include " all.h"26 #include "ram.h" 27 27 28 28 #define TESTER 0 /* define non-zero for a test program */ … … 74 74 #if TESTER 75 75 76 #include " all.h"76 #include "ram.h" 77 77 78 78 /* -
lib700/tolower.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include " all.h"8 #include "ram.h" 9 9 10 10 /* -
lib700/toupper.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include " all.h"8 #include "ram.h" 9 9 10 10 /*
Note:
See TracChangeset
for help on using the changeset viewer.