No description
Find a file
2025-12-02 17:57:12 +03:00
.gitignore First commit 2025-11-23 18:21:50 +03:00
axl.h Add strings header 2025-12-01 20:32:01 +03:00
axl_koan.h Add unit tests + fix allocator 2025-12-01 19:39:11 +03:00
axl_memory.c Add unit tests + fix allocator 2025-12-01 19:39:11 +03:00
axl_memory.h Add ability to mimic stdlib 2025-12-02 17:57:12 +03:00
axl_memory_test.c Add unit tests + fix allocator 2025-12-01 19:39:11 +03:00
axl_string.c axl_string.h shouldn't depend on axl_memory.h 2025-12-02 17:17:13 +03:00
axl_string.h Add ability to mimic stdlib 2025-12-02 17:57:12 +03:00
axl_string_test.c axl_strstr 2025-12-02 17:16:04 +03:00
axl_types.h We don't need 16.16 type anymore 2025-12-01 21:30:02 +03:00
main.c Add ability to mimic stdlib 2025-12-02 17:57:12 +03:00
makefile Pass -fsigned-char to make sure that char type is a signed type 2025-12-01 21:29:01 +03:00