diff options
Diffstat (limited to '')
-rw-r--r-- | src/string/str/rawstrcasestr.c (renamed from src/string/rawstrcasestr.c) | 0 | ||||
-rw-r--r-- | src/string/str/rawstrstr.c (renamed from src/string/rawstrstr.c) | 0 | ||||
-rw-r--r-- | src/string/str/stpcpy.c (renamed from src/string/stpcpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/stpmove.c (renamed from src/string/stpmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/stpncpy.c (renamed from src/string/stpncpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/stpnmove.c (renamed from src/string/stpnmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcasecmp.c (renamed from src/string/strcasecmp.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcaseends.c (renamed from src/string/strcaseends.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcasestarts.c (renamed from src/string/strcasestarts.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcasestr.c (renamed from src/string/strcasestr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcat.c (renamed from src/string/strcat.c) | 0 | ||||
-rw-r--r-- | src/string/str/strccpy.c (renamed from src/string/strccpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strchr.c (renamed from src/string/strchr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strchrnul.c (renamed from src/string/strchrnul.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcmove.c (renamed from src/string/strcmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcmp.c (renamed from src/string/strcmp.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcncpy.c (renamed from src/string/strcncpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcnmove.c (renamed from src/string/strcnmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcpy.c (renamed from src/string/strcpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strcspn.c (renamed from src/string/strcspn.c) | 0 | ||||
-rw-r--r-- | src/string/str/strdup.c (renamed from src/string/strdup.c) | 0 | ||||
-rw-r--r-- | src/string/str/strends.c (renamed from src/string/strends.c) | 0 | ||||
-rw-r--r-- | src/string/str/strlen.c (renamed from src/string/strlen.c) | 0 | ||||
-rw-r--r-- | src/string/str/strmove.c (renamed from src/string/strmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strncasecmp.c (renamed from src/string/strncasecmp.c) | 0 | ||||
-rw-r--r-- | src/string/str/strncasestr.c (renamed from src/string/strncasestr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strncat.c (renamed from src/string/strncat.c) | 0 | ||||
-rw-r--r-- | src/string/str/strncmp.c (renamed from src/string/strncmp.c) | 0 | ||||
-rw-r--r-- | src/string/str/strncpy.c (renamed from src/string/strncpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strndup.c (renamed from src/string/strndup.c) | 0 | ||||
-rw-r--r-- | src/string/str/strnlen.c (renamed from src/string/strnlen.c) | 0 | ||||
-rw-r--r-- | src/string/str/strnmove.c (renamed from src/string/strnmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strnstr.c (renamed from src/string/strnstr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strpbrk.c (renamed from src/string/strpbrk.c) | 0 | ||||
-rw-r--r-- | src/string/str/strrchr.c (renamed from src/string/strrchr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strsep.c (renamed from src/string/strsep.c) | 0 | ||||
-rw-r--r-- | src/string/str/strset.c (renamed from src/string/strset.c) | 0 | ||||
-rw-r--r-- | src/string/str/strspn.c (renamed from src/string/strspn.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstarts.c (renamed from src/string/strstarts.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstr.c (renamed from src/string/strstr.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstrcpy.c (renamed from src/string/strstrcpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstrmove.c (renamed from src/string/strstrmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstrncpy.c (renamed from src/string/strstrncpy.c) | 0 | ||||
-rw-r--r-- | src/string/str/strstrnmove.c (renamed from src/string/strstrnmove.c) | 0 | ||||
-rw-r--r-- | src/string/str/strtok.c (renamed from src/string/strtok.c) | 0 | ||||
-rw-r--r-- | src/string/str/strtok_r.c (renamed from src/string/strtok_r.c) | 0 |
46 files changed, 0 insertions, 0 deletions
diff --git a/src/string/rawstrcasestr.c b/src/string/str/rawstrcasestr.c index 7e4cf9b..7e4cf9b 100644 --- a/src/string/rawstrcasestr.c +++ b/src/string/str/rawstrcasestr.c diff --git a/src/string/rawstrstr.c b/src/string/str/rawstrstr.c index 9c3f186..9c3f186 100644 --- a/src/string/rawstrstr.c +++ b/src/string/str/rawstrstr.c diff --git a/src/string/stpcpy.c b/src/string/str/stpcpy.c index a0d5f79..a0d5f79 100644 --- a/src/string/stpcpy.c +++ b/src/string/str/stpcpy.c diff --git a/src/string/stpmove.c b/src/string/str/stpmove.c index 8818c30..8818c30 100644 --- a/src/string/stpmove.c +++ b/src/string/str/stpmove.c diff --git a/src/string/stpncpy.c b/src/string/str/stpncpy.c index 876eaf0..876eaf0 100644 --- a/src/string/stpncpy.c +++ b/src/string/str/stpncpy.c diff --git a/src/string/stpnmove.c b/src/string/str/stpnmove.c index a0a0de9..a0a0de9 100644 --- a/src/string/stpnmove.c +++ b/src/string/str/stpnmove.c diff --git a/src/string/strcasecmp.c b/src/string/str/strcasecmp.c index eb02084..eb02084 100644 --- a/src/string/strcasecmp.c +++ b/src/string/str/strcasecmp.c diff --git a/src/string/strcaseends.c b/src/string/str/strcaseends.c index 9155ea8..9155ea8 100644 --- a/src/string/strcaseends.c +++ b/src/string/str/strcaseends.c diff --git a/src/string/strcasestarts.c b/src/string/str/strcasestarts.c index f584da4..f584da4 100644 --- a/src/string/strcasestarts.c +++ b/src/string/str/strcasestarts.c diff --git a/src/string/strcasestr.c b/src/string/str/strcasestr.c index 6468750..6468750 100644 --- a/src/string/strcasestr.c +++ b/src/string/str/strcasestr.c diff --git a/src/string/strcat.c b/src/string/str/strcat.c index de5c63e..de5c63e 100644 --- a/src/string/strcat.c +++ b/src/string/str/strcat.c diff --git a/src/string/strccpy.c b/src/string/str/strccpy.c index 2d1bcd8..2d1bcd8 100644 --- a/src/string/strccpy.c +++ b/src/string/str/strccpy.c diff --git a/src/string/strchr.c b/src/string/str/strchr.c index 0ed53b4..0ed53b4 100644 --- a/src/string/strchr.c +++ b/src/string/str/strchr.c diff --git a/src/string/strchrnul.c b/src/string/str/strchrnul.c index 50dedfe..50dedfe 100644 --- a/src/string/strchrnul.c +++ b/src/string/str/strchrnul.c diff --git a/src/string/strcmove.c b/src/string/str/strcmove.c index 8310b27..8310b27 100644 --- a/src/string/strcmove.c +++ b/src/string/str/strcmove.c diff --git a/src/string/strcmp.c b/src/string/str/strcmp.c index 3099d71..3099d71 100644 --- a/src/string/strcmp.c +++ b/src/string/str/strcmp.c diff --git a/src/string/strcncpy.c b/src/string/str/strcncpy.c index 5036c7d..5036c7d 100644 --- a/src/string/strcncpy.c +++ b/src/string/str/strcncpy.c diff --git a/src/string/strcnmove.c b/src/string/str/strcnmove.c index f418e92..f418e92 100644 --- a/src/string/strcnmove.c +++ b/src/string/str/strcnmove.c diff --git a/src/string/strcpy.c b/src/string/str/strcpy.c index 75d88e7..75d88e7 100644 --- a/src/string/strcpy.c +++ b/src/string/str/strcpy.c diff --git a/src/string/strcspn.c b/src/string/str/strcspn.c index 35b3404..35b3404 100644 --- a/src/string/strcspn.c +++ b/src/string/str/strcspn.c diff --git a/src/string/strdup.c b/src/string/str/strdup.c index b7155d7..b7155d7 100644 --- a/src/string/strdup.c +++ b/src/string/str/strdup.c diff --git a/src/string/strends.c b/src/string/str/strends.c index 957301c..957301c 100644 --- a/src/string/strends.c +++ b/src/string/str/strends.c diff --git a/src/string/strlen.c b/src/string/str/strlen.c index 2092ddc..2092ddc 100644 --- a/src/string/strlen.c +++ b/src/string/str/strlen.c diff --git a/src/string/strmove.c b/src/string/str/strmove.c index 4bd52f4..4bd52f4 100644 --- a/src/string/strmove.c +++ b/src/string/str/strmove.c diff --git a/src/string/strncasecmp.c b/src/string/str/strncasecmp.c index 919ff36..919ff36 100644 --- a/src/string/strncasecmp.c +++ b/src/string/str/strncasecmp.c diff --git a/src/string/strncasestr.c b/src/string/str/strncasestr.c index e95dc4b..e95dc4b 100644 --- a/src/string/strncasestr.c +++ b/src/string/str/strncasestr.c diff --git a/src/string/strncat.c b/src/string/str/strncat.c index e7db0f2..e7db0f2 100644 --- a/src/string/strncat.c +++ b/src/string/str/strncat.c diff --git a/src/string/strncmp.c b/src/string/str/strncmp.c index daf5be5..daf5be5 100644 --- a/src/string/strncmp.c +++ b/src/string/str/strncmp.c diff --git a/src/string/strncpy.c b/src/string/str/strncpy.c index f3eba84..f3eba84 100644 --- a/src/string/strncpy.c +++ b/src/string/str/strncpy.c diff --git a/src/string/strndup.c b/src/string/str/strndup.c index ca3b3f0..ca3b3f0 100644 --- a/src/string/strndup.c +++ b/src/string/str/strndup.c diff --git a/src/string/strnlen.c b/src/string/str/strnlen.c index 5473682..5473682 100644 --- a/src/string/strnlen.c +++ b/src/string/str/strnlen.c diff --git a/src/string/strnmove.c b/src/string/str/strnmove.c index a7ec028..a7ec028 100644 --- a/src/string/strnmove.c +++ b/src/string/str/strnmove.c diff --git a/src/string/strnstr.c b/src/string/str/strnstr.c index 8db61ac..8db61ac 100644 --- a/src/string/strnstr.c +++ b/src/string/str/strnstr.c diff --git a/src/string/strpbrk.c b/src/string/str/strpbrk.c index 8499d31..8499d31 100644 --- a/src/string/strpbrk.c +++ b/src/string/str/strpbrk.c diff --git a/src/string/strrchr.c b/src/string/str/strrchr.c index 716a442..716a442 100644 --- a/src/string/strrchr.c +++ b/src/string/str/strrchr.c diff --git a/src/string/strsep.c b/src/string/str/strsep.c index 9fa0cff..9fa0cff 100644 --- a/src/string/strsep.c +++ b/src/string/str/strsep.c diff --git a/src/string/strset.c b/src/string/str/strset.c index c1eca65..c1eca65 100644 --- a/src/string/strset.c +++ b/src/string/str/strset.c diff --git a/src/string/strspn.c b/src/string/str/strspn.c index 1b2e034..1b2e034 100644 --- a/src/string/strspn.c +++ b/src/string/str/strspn.c diff --git a/src/string/strstarts.c b/src/string/str/strstarts.c index e132b68..e132b68 100644 --- a/src/string/strstarts.c +++ b/src/string/str/strstarts.c diff --git a/src/string/strstr.c b/src/string/str/strstr.c index dadbc73..dadbc73 100644 --- a/src/string/strstr.c +++ b/src/string/str/strstr.c diff --git a/src/string/strstrcpy.c b/src/string/str/strstrcpy.c index 9dc9105..9dc9105 100644 --- a/src/string/strstrcpy.c +++ b/src/string/str/strstrcpy.c diff --git a/src/string/strstrmove.c b/src/string/str/strstrmove.c index 19969cd..19969cd 100644 --- a/src/string/strstrmove.c +++ b/src/string/str/strstrmove.c diff --git a/src/string/strstrncpy.c b/src/string/str/strstrncpy.c index 0beb8ec..0beb8ec 100644 --- a/src/string/strstrncpy.c +++ b/src/string/str/strstrncpy.c diff --git a/src/string/strstrnmove.c b/src/string/str/strstrnmove.c index 9bec614..9bec614 100644 --- a/src/string/strstrnmove.c +++ b/src/string/str/strstrnmove.c diff --git a/src/string/strtok.c b/src/string/str/strtok.c index b1b56b9..b1b56b9 100644 --- a/src/string/strtok.c +++ b/src/string/str/strtok.c diff --git a/src/string/strtok_r.c b/src/string/str/strtok_r.c index 3005ac7..3005ac7 100644 --- a/src/string/strtok_r.c +++ b/src/string/str/strtok_r.c |