You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcin Gasperowicz 35b97557e7 Added some parts of standard library
WARNING, this stuff should compile fine but it's untested. There's no
support for many functions atm.
12 years ago
..
Makefile Added some parts of standard library 12 years ago
abs.s Added some parts of standard library 12 years ago
atoi.s Added some parts of standard library 12 years ago
copydata.s Initial commit 12 years ago
isalnum.s Added some parts of standard library 12 years ago
isalpha.s Added some parts of standard library 12 years ago
isblank.s Added some parts of standard library 12 years ago
iscntrl.s Added some parts of standard library 12 years ago
isdigit.s Added some parts of standard library 12 years ago
isgraph.s Added some parts of standard library 12 years ago
islower.s Added some parts of standard library 12 years ago
isprint.s Added some parts of standard library 12 years ago
ispunct.s Added some parts of standard library 12 years ago
isspace.s Added some parts of standard library 12 years ago
isupper.s Added some parts of standard library 12 years ago
isxdigit.s Added some parts of standard library 12 years ago
itoa.s Added some parts of standard library 12 years ago
memchr.s Added some parts of standard library 12 years ago
memcmp.s Added some parts of standard library 12 years ago
memcpy.s Added some parts of standard library 12 years ago
memmove.s Added some parts of standard library 12 years ago
memset.s Added some parts of standard library 12 years ago
strcat.s Added some parts of standard library 12 years ago
strchr.s Added some parts of standard library 12 years ago
strcmp.s Added some parts of standard library 12 years ago
strcoll.s Added some parts of standard library 12 years ago
strcpy.s Added some parts of standard library 12 years ago
strcspn.s Added some parts of standard library 12 years ago
strdup.s Added some parts of standard library 12 years ago
strerror.s Added some parts of standard library 12 years ago
strftime.c Added some parts of standard library 12 years ago
stricmp.s Added some parts of standard library 12 years ago
strlen.s Added some parts of standard library 12 years ago
strlower.s Added some parts of standard library 12 years ago
strncat.s Added some parts of standard library 12 years ago
strncmp.s Added some parts of standard library 12 years ago
strncpy.s Added some parts of standard library 12 years ago
strnicmp.s Added some parts of standard library 12 years ago
stroserr.s Added some parts of standard library 12 years ago
strpbrk.s Added some parts of standard library 12 years ago
strrchr.s Added some parts of standard library 12 years ago
strspn.s Added some parts of standard library 12 years ago
strstr.s Added some parts of standard library 12 years ago
strtoimax.s Added some parts of standard library 12 years ago
strtok.c Added some parts of standard library 12 years ago
strtok.s Added some parts of standard library 12 years ago
strtol.c Added some parts of standard library 12 years ago
strtol.s Added some parts of standard library 12 years ago
strtoul.c Added some parts of standard library 12 years ago
strtoul.s Added some parts of standard library 12 years ago
strtoumax.s Added some parts of standard library 12 years ago
strupper.s Added some parts of standard library 12 years ago
strxfrm.c Added some parts of standard library 12 years ago
strxfrm.s Added some parts of standard library 12 years ago
tolower.s Added some parts of standard library 12 years ago
toupper.s Added some parts of standard library 12 years ago
zerobss.s Initial commit 12 years ago