- Timestamp:
- 07/10/2017 07:25:34 PM (7 years ago)
- Branches:
- master
- Children:
- 2340de6
- Parents:
- e877e55
- Location:
- lib700
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/bitrev.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 bitrev.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 bitrev.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
lib700/ctype.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 ctype.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 ctype.c -- global variables13 external variables 8 14 ============================================================================= 9 15 */ -
lib700/ispow2.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 ispow2.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 ispow2.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
lib700/mangle.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 mangle.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 mangle.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
lib700/micons.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 micons.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 micons.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
lib700/tolower.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 tolower.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 tolower.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
lib700/toupper.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 toupper.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 toupper.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */
Note:
See TracChangeset
for help on using the changeset viewer.