- Timestamp:
- 07/10/2017 07:25:34 PM (8 years ago)
- Branches:
- master
- Children:
- 2340de6
- Parents:
- e877e55
- Location:
- libsm
- Files:
-
- 33 edited
-
index.x (modified) (2 diffs)
-
memccpy.x (modified) (2 diffs)
-
memchr.x (modified) (2 diffs)
-
memcmp.x (modified) (2 diffs)
-
memcmpu.x (modified) (2 diffs)
-
memcpy.x (modified) (2 diffs)
-
memcpyw.x (modified) (2 diffs)
-
memset.x (modified) (2 diffs)
-
memsetw.x (modified) (2 diffs)
-
rindex.x (modified) (2 diffs)
-
str2lc.x (modified) (2 diffs)
-
str2uc.x (modified) (2 diffs)
-
strcat.x (modified) (2 diffs)
-
strccpy.x (modified) (2 diffs)
-
strchr.x (modified) (2 diffs)
-
strcmp.x (modified) (2 diffs)
-
strcpy.x (modified) (2 diffs)
-
strcspn.x (modified) (2 diffs)
-
strfill.x (modified) (2 diffs)
-
strlcmp.x (modified) (2 diffs)
-
strlen.x (modified) (2 diffs)
-
strltrm.x (modified) (2 diffs)
-
strncat.x (modified) (2 diffs)
-
strncmp.x (modified) (2 diffs)
-
strncpy.x (modified) (2 diffs)
-
strpbrk.x (modified) (2 diffs)
-
strrchr.x (modified) (2 diffs)
-
strrev.x (modified) (2 diffs)
-
strrevi.x (modified) (2 diffs)
-
strrtrm.x (modified) (2 diffs)
-
strspn.x (modified) (2 diffs)
-
strtok.x (modified) (2 diffs)
-
strtol.x (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libsm/index.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 index.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 index.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memccpy.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memccpy.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memccpy.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memchr.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memchr.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memchr.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memcmp.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memcmp.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memcmp.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memcmpu.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memcmpu.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memcmpu.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memcpy.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memcpy.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memcpy.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memcpyw.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memcpyw.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memcpyw.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memset.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memset.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memset.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/memsetw.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 memsetw.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 memsetw.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/rindex.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 rindex.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 rindex.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/str2lc.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 str2lc.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 str2lc.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/str2uc.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 str2uc.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 str2uc.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strcat.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strcat.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strcat.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strccpy.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strccpy.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strccpy.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strchr.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strchr.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strchr.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strcmp.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strcmp.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strcmp.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strcpy.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strcpy.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strcpy.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strcspn.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strcspn.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strcspn.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strfill.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strfill.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strfill.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strlcmp.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strlcmp.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strlcmp.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strlen.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strlen.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strlen.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strltrm.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strltrm.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strltrm.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strncat.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strncat.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strncat.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strncmp.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strncmp.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strncmp.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strncpy.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strncpy.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strncpy.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strpbrk.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strpbrk.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strpbrk.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strrchr.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strrchr.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strrchr.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strrev.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strrev.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strrev.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strrevi.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strrevi.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strrevi.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strrtrm.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strrtrm.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strrtrm.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strspn.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strspn.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strspn.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strtok.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strtok.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strtok.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */ -
libsm/strtol.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 strtol.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 5 11 /* 6 12 ============================================================================= 7 strtol.c -- global functions13 external functions 8 14 ============================================================================= 9 15 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)