1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-03-20 12:03:53 -04:00
Commit graph

15 commits

Author SHA1 Message Date
Alex Kotov
91bce08aa3
<ctype.h>: tolower, toupper (#115) 2022-11-27 21:03:56 +04:00
Alex Kotov
2a52c22f36
Implement libc callbacks (#112) 2022-11-27 05:19:14 +04:00
Alex Kotov
666b2cdc7e
Add libc header <errno.h> (#111) 2022-11-27 04:31:17 +04:00
Alex Kotov
57a459bb7f
Main: libc/include/setjmp.h: Implement setjmp/longjmp 2022-06-14 18:38:46 +03:00
Alex Kotov
423d3c4902
Main: remove "libc/include/errno.h" 2022-06-14 16:54:25 +03:00
Alex Kotov
8eb2c1987f
Main: libc/include/: Add <setjmp.h> and <stdlib.h> 2022-06-12 16:41:11 +03:00
Alex Kotov
1e8ab9080b
Main: libc/include/errno.h: Added 2022-06-12 13:54:32 +03:00
Alex Kotov
3c17a725d5
Main: libc/include/: Add <inttypes.h> and <sys/types.h> 2022-06-10 09:19:21 +03:00
Alex Kotov
c316a4fae7
Main: libc/include/string.h: Align code and add empty lines 2022-06-10 09:15:57 +03:00
Alex Kotov
68f99ab59f
Main: libc/include/string.h: Add func "strchr" 2022-06-10 09:13:23 +03:00
Alex Kotov
78b9c0b9cd
Main: libc/include/string.h: Add func "strncat" 2022-06-10 09:06:29 +03:00
Alex Kotov
f9a416fc17
Main: libc/include/string.h: Add func "strcat" 2022-06-10 09:02:08 +03:00
Alex Kotov
88683caf0c
Main: libc/include/string.h: Add func "memchr" 2022-06-10 08:43:04 +03:00
Alex Kotov
dc7b1002a4
Split Make file into subdirectories (#48) 2022-06-10 08:23:03 +03:00
Alex Kotov
044e3a24c2
Main: move libc to "libc/" 2022-06-08 06:20:08 +03:00