Commit graph

8 commits

Author SHA1 Message Date
Raphael
1dcd4f5b09
feat(str/strncpy): adding the function strncpy
- strncpy allowed to copy a string into an other with a limitation fix
2025-09-01 18:48:57 +02:00
Raphael
e53fcb1485
break(header): removing all the external header not needed
- prefering to build choose the includes on my files
2025-09-01 18:38:36 +02:00
Raphael
48491adb5e
style(header): removing the main header
- The header was calling all the sub-header and it was not clean so now
is remove
2025-09-01 18:37:26 +02:00
Raphael
bc5d5f5ffb
fix(headers): the header was twice time in the include folder 2025-09-01 18:36:14 +02:00
Raphael
707e9a4177 Edited to be used on other project 2024-10-31 17:23:25 +01:00
Raphael
e1d33272f7 Adding printf & strcpy 2024-10-31 16:17:02 +01:00
Raphael
c1790da4b4 style: reoarginsed the headers 2024-10-31 15:10:55 +01:00
Raphael
a5fe7484a1 style: reoarginsed the file and fix the makefile 2024-10-31 12:41:17 +01:00