IronGOLEM/src
2023-06-18 19:42:57 +02:00
..
atoi.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +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
itoa.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
memset.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
putchar.🗿 use postfix and variable initialisation 2023-06-18 16:15:44 +02:00
putnum.🗿 fix: function have the right name 2023-06-18 17:29:30 +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