IronGOLEM/src
2023-06-18 20:13:52 +02:00
..
aton_s.🗿 add: aton_s 2023-06-18 20:07:13 +02:00
aton.🗿 core: all int is now num 2023-06-18 20:03:32 +02:00
bzero.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
free_tab.🗿 add: split 2023-06-18 19:42:57 +02:00
galloc.🗿 fix: add memory to galloc 2023-06-18 15:16:29 +02:00
isalpha.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
isascii.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
isdigit.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
isnum.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
isprint.🗿 add: isalpha, isascii, isdigit, isnum, isprint 2023-06-12 17:27:03 +00:00
memset.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
ntoa_s.🗿 add: ntoa_s 2023-06-18 20:13:52 +02:00
ntoa.🗿 clean rename itoa to ntoa for number to ascii 2023-06-18 19:49:21 +02:00
putchar.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
putnum.🗿 clean rename itoa to ntoa for number to ascii 2023-06-18 19:49:21 +02:00
putstr.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
puttab.🗿 add: split 2023-06-18 19:42:57 +02:00
split.🗿 add: split 2023-06-18 19:42:57 +02:00
strcat.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strchr.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strchri.🗿 add: strchri 2023-06-18 18:11:55 +02:00
strcmp.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strcpy.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strdup.🗿 fix: strdup: add 1 to galloc for the \0 2023-06-18 19:08:01 +02:00
strlen.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strncmp.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strncpy.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
strndup.🗿 add: strndup 2023-06-18 18:06:17 +02:00
strstr.🗿 add: strstr 2023-06-18 16:48:35 +02:00
tabcmp.🗿 add: split 2023-06-18 19:42:57 +02:00
tolower.🗿 add: toupper to lower 2023-06-12 17:31:11 +00:00
toupper.🗿 add: toupper to lower 2023-06-12 17:31:11 +00:00