|
85a5b567b2
|
core: all int is now num
|
2023-06-18 20:03:32 +02:00 |
|
|
1b878db8fe
|
fix: remove excution beceause it is a librairy and not program
|
2023-06-18 19:50:31 +02:00 |
|
|
8c972a3096
|
clean rename itoa to ntoa for number to ascii
|
2023-06-18 19:49:21 +02:00 |
|
|
764761a58f
|
add: test to strstr strchr
|
2023-06-18 19:43:39 +02:00 |
|
|
c6728cfe49
|
add: split
|
2023-06-18 19:42:57 +02:00 |
|
|
a49499e78e
|
fix: strdup: add 1 to galloc for the \0
|
2023-06-18 19:08:01 +02:00 |
|
|
22c500564a
|
add: strdup
|
2023-06-18 18:48:08 +02:00 |
|
|
d0f4398f78
|
add: strchri
|
2023-06-18 18:11:55 +02:00 |
|
|
e7a752458f
|
add: strndup
|
2023-06-18 18:06:17 +02:00 |
|
|
370657c291
|
fix: function have the right name
|
2023-06-18 17:29:30 +02:00 |
|
|
3e51e2f661
|
add: putnum
|
2023-06-18 17:12:45 +02:00 |
|
|
889006903b
|
add: strstr
|
2023-06-18 16:48:35 +02:00 |
|
|
4f0d18ee68
|
use postfix and variable initialisation (#1)
|
2023-06-18 14:23:20 +00:00 |
|
kdx
|
29c3992343
|
use postfix and variable initialisation
|
2023-06-18 16:15:44 +02:00 |
|
|
879d6f3ea2
|
add: update tester now support 0 and multiple args
|
2023-06-18 16:10:45 +02:00 |
|
|
54523b29c0
|
add: strncmp
|
2023-06-18 15:37:24 +02:00 |
|
|
000c324568
|
add test to strcmp
|
2023-06-18 15:23:09 +02:00 |
|
|
5984847cfe
|
fix: test_int print the right value
|
2023-06-18 15:21:02 +02:00 |
|
|
8eea6251ce
|
add: galloc: test allooc to big
|
2023-06-18 15:16:58 +02:00 |
|
|
8e437695a0
|
fix: add memory to galloc
|
2023-06-18 15:16:29 +02:00 |
|
|
7ad95aa11e
|
add: itoa test
|
2023-06-18 15:08:44 +02:00 |
|
|
9961196e0f
|
add: strcmp
|
2023-06-18 15:07:38 +02:00 |
|
|
8966db1c22
|
fix: free get the right size
|
2023-06-18 15:07:11 +02:00 |
|
|
496b92aed9
|
add: itoa && create test_int func to test func return int and test_str to ...
|
2023-06-18 12:39:18 +02:00 |
|
|
60ca301082
|
add: free
|
2023-06-18 11:11:23 +02:00 |
|
|
cea014d97b
|
add: git ignore
|
2023-06-17 00:32:36 +02:00 |
|
|
15c3f07692
|
fix: last block is now right initialise
|
2023-06-17 00:31:27 +02:00 |
|
|
9d349d1528
|
fix: use define to replace literal value
|
2023-06-17 00:11:42 +02:00 |
|
|
a69a870d49
|
core: invert prev and next pos
|
2023-06-17 00:07:39 +02:00 |
|
Camille Chauvet
|
137eaac64f
|
fix: size of the next block is now tight
|
2023-06-16 17:20:20 +00:00 |
|
Camille Chauvet
|
1df3e20531
|
fix: padding doesn't create a memory smash
|
2023-06-16 15:54:54 +00:00 |
|
Camille Chauvet
|
76c659e6a3
|
fix: underflow
|
2023-06-16 15:51:45 +00:00 |
|
Camille Chauvet
|
6ff71db96a
|
fix: fucking suck define implementation
|
2023-06-14 17:30:44 +00:00 |
|
Camille Chauvet
|
22060a0a06
|
test.sh include now all the lib
|
2023-06-14 15:57:13 +00:00 |
|
Camille Chauvet
|
9e53614c44
|
add: test to galloc and advance on galloc
|
2023-06-14 15:51:21 +00:00 |
|
Camille Chauvet
|
5bc4e3ee51
|
add: galloc init
|
2023-06-13 14:27:15 +00:00 |
|
Camille Chauvet
|
59be7cdd0d
|
add: test to strlen
|
2023-06-13 11:15:20 +00:00 |
|
Camille Chauvet
|
8af591f1db
|
clean: put the global 'name' decration in the test.🗿
|
2023-06-13 11:14:36 +00:00 |
|
Camille Chauvet
|
88b1ae93b3
|
add: strchr
|
2023-06-12 18:27:02 +00:00 |
|
Camille Chauvet
|
37d2b05896
|
add: test init
|
2023-06-12 18:26:35 +00:00 |
|
Camille Chauvet
|
c928153a54
|
add: toupper to lower
|
2023-06-12 17:31:11 +00:00 |
|
Camille Chauvet
|
281087ca5c
|
add: strcat, strcpy, strncpy
|
2023-06-12 17:30:35 +00:00 |
|
Camille Chauvet
|
4e65a7f1c0
|
add: strlen, putchar, putstr
|
2023-06-12 17:29:54 +00:00 |
|
Camille Chauvet
|
5fbf3f7e5a
|
add: isalpha, isascii, isdigit, isnum, isprint
|
2023-06-12 17:27:03 +00:00 |
|
Camille Chauvet
|
5ed6753436
|
add: memset
|
2023-06-12 17:23:04 +00:00 |
|
Camille Chauvet
|
8fc278eeda
|
add: atoi
|
2023-06-12 17:22:29 +00:00 |
|
Camille Chauvet
|
de64cb186b
|
init
|
2023-06-12 17:21:59 +00:00 |
|