diff options
Diffstat (limited to '')
-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 |
9 files changed, 0 insertions, 0 deletions
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 |