1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-18 23:11:19 +03:00

import KernelEx-4.0-RC2

This commit is contained in:
UzixLS
2018-11-03 16:19:29 +03:00
parent d4e0420295
commit 339353cce8
299 changed files with 682 additions and 165 deletions

0
kexcrt/LICENSE Normal file → Executable file
View File

0
kexcrt/README Normal file → Executable file
View File

0
kexcrt/_vsnprintf.c Normal file → Executable file
View File

0
kexcrt/atoi.c Normal file → Executable file
View File

0
kexcrt/atol.c Normal file → Executable file
View File

0
kexcrt/atoll.c Normal file → Executable file
View File

0
kexcrt/atox.c Normal file → Executable file
View File

0
kexcrt/ctype/ctypefunc.h Normal file → Executable file
View File

0
kexcrt/ctype/isalnum.c Normal file → Executable file
View File

0
kexcrt/ctype/isalpha.c Normal file → Executable file
View File

0
kexcrt/ctype/isascii.c Normal file → Executable file
View File

0
kexcrt/ctype/isblank.c Normal file → Executable file
View File

0
kexcrt/ctype/iscntrl.c Normal file → Executable file
View File

0
kexcrt/ctype/isdigit.c Normal file → Executable file
View File

0
kexcrt/ctype/isgraph.c Normal file → Executable file
View File

0
kexcrt/ctype/islower.c Normal file → Executable file
View File

0
kexcrt/ctype/isprint.c Normal file → Executable file
View File

0
kexcrt/ctype/ispunct.c Normal file → Executable file
View File

0
kexcrt/ctype/isspace.c Normal file → Executable file
View File

0
kexcrt/ctype/isupper.c Normal file → Executable file
View File

0
kexcrt/ctype/isxdigit.c Normal file → Executable file
View File

0
kexcrt/ctype/tolower.c Normal file → Executable file
View File

0
kexcrt/ctype/toupper.c Normal file → Executable file
View File

0
kexcrt/ctypes.c Normal file → Executable file
View File

0
kexcrt/ctypes.h Normal file → Executable file
View File

0
kexcrt/kexcrt.dsp Normal file → Executable file
View File

0
kexcrt/makefile Normal file → Executable file
View File

0
kexcrt/makefile.msv Normal file → Executable file
View File

0
kexcrt/memccpy.c Normal file → Executable file
View File

0
kexcrt/memchr.c Normal file → Executable file
View File

0
kexcrt/memcmp.c Normal file → Executable file
View File

0
kexcrt/memcpy.c Normal file → Executable file
View File

0
kexcrt/memmem.c Normal file → Executable file
View File

0
kexcrt/memmove.c Normal file → Executable file
View File

0
kexcrt/memrchr.c Normal file → Executable file
View File

0
kexcrt/memset.c Normal file → Executable file
View File

0
kexcrt/memswap.c Normal file → Executable file
View File

0
kexcrt/msvc/STDINT.H Normal file → Executable file
View File

0
kexcrt/msvc/argcargv.c Normal file → Executable file
View File

0
kexcrt/msvc/argcargv.h Normal file → Executable file
View File

0
kexcrt/msvc/concrt0.c Normal file → Executable file
View File

0
kexcrt/msvc/dllcrt0.c Normal file → Executable file
View File

0
kexcrt/msvc/init.c Normal file → Executable file
View File

0
kexcrt/msvc/init.h Normal file → Executable file
View File

0
kexcrt/msvc/wincrt0.c Normal file → Executable file
View File

0
kexcrt/snprintf.c Normal file → Executable file
View File

0
kexcrt/sprintf.c Normal file → Executable file
View File

0
kexcrt/sscanf.c Normal file → Executable file
View File

0
kexcrt/strcat.c Normal file → Executable file
View File

0
kexcrt/strchr.c Normal file → Executable file
View File

0
kexcrt/strcmp.c Normal file → Executable file
View File

0
kexcrt/strcmpi.c Normal file → Executable file
View File

0
kexcrt/strcpy.c Normal file → Executable file
View File

0
kexcrt/strlen.c Normal file → Executable file
View File

0
kexcrt/strncat.c Normal file → Executable file
View File

0
kexcrt/strncmp.c Normal file → Executable file
View File

0
kexcrt/strncpy.c Normal file → Executable file
View File

0
kexcrt/strnicmp.c Normal file → Executable file
View File

0
kexcrt/strnlen.c Normal file → Executable file
View File

0
kexcrt/strntoimax.c Normal file → Executable file
View File

0
kexcrt/strntoumax.c Normal file → Executable file
View File

0
kexcrt/strpbrk.c Normal file → Executable file
View File

0
kexcrt/strrchr.c Normal file → Executable file
View File

0
kexcrt/strsep.c Normal file → Executable file
View File

0
kexcrt/strstr.c Normal file → Executable file
View File

0
kexcrt/strtok.c Normal file → Executable file
View File

0
kexcrt/strtol.c Normal file → Executable file
View File

0
kexcrt/strtoll.c Normal file → Executable file
View File

0
kexcrt/strtoul.c Normal file → Executable file
View File

0
kexcrt/strtoull.c Normal file → Executable file
View File

0
kexcrt/strtoumax.c Normal file → Executable file
View File

0
kexcrt/strtox.c Normal file → Executable file
View File

0
kexcrt/strupr.c Normal file → Executable file
View File

0
kexcrt/strxspn.c Normal file → Executable file
View File

0
kexcrt/strxspn.h Normal file → Executable file
View File

0
kexcrt/vsnprintf.c Normal file → Executable file
View File

0
kexcrt/vsprintf.c Normal file → Executable file
View File

0
kexcrt/vsscanf.c Normal file → Executable file
View File