Cleaning Up String Funcs
1 parent 5c002bd commit 636d9c8555ada716b2847be7d483e2a48ffee3ac
@Christopher W. Olsen Christopher W. Olsen authored on 12 Jan 2018
Showing 25 changed files
View
sys/i386/Makefile
View
sys/i386/i386_exec.c
View
sys/i386/memcmp.S 0 → 100644
View
sys/i386/memset.S 0 → 100644
View
sys/i386/strcmp.S 0 → 100644
View
sys/i386/strcpy.S 0 → 100644
View
sys/i386/strncmp.S 0 → 100644
View
sys/i386/support.S 0 → 100644
View
sys/include/i386/asmacros.h 0 → 100644
View
sys/include/i386/limits.h 0 → 100644
View
sys/include/lib/string.h 100644 → 0
View
sys/include/string.h
View
sys/include/strings.h 0 → 100644
View
sys/include/sys/limits.h 0 → 100644
View
sys/lib/Makefile
View
sys/lib/bcopy.c 100644 → 0
View
sys/lib/memcpy.c 100644 → 0
View
sys/lib/memset.c 100644 → 0
View
sys/lib/strcpy.S 100644 → 0
View
sys/lib/string.c
View
sys/lib/strlen.S 100644 → 0
View
sys/lib/strlen.c 0 → 100644
View
sys/lib/strncpy.c 0 → 100644
View
sys/lib/strstr.c 0 → 100644
View
sys/lib/strtok.c