|
.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
|
axl_memcmp
|
2025-11-27 20:42:39 +03:00 |
|
axl_memory_test.c
|
Add unit tests + fix allocator
|
2025-12-01 19:39:11 +03:00 |
|
axl_string.c
|
Better axl_strchr + handle finding '\0'
|
2025-12-01 21:17:21 +03:00 |
|
axl_string.h
|
Fix axl_strncmp: i++ was missing
|
2025-12-01 21:09:01 +03:00 |
|
axl_string_test.c
|
Fix axl_strncmp: i++ was missing
|
2025-12-01 21:09:01 +03:00 |
|
axl_types.h
|
Add fixed 16.16 type
|
2025-11-23 23:34:33 +03:00 |
|
main.c
|
axl_memcmp
|
2025-11-27 20:42:39 +03:00 |
|
makefile
|
Add unit tests + fix allocator
|
2025-12-01 19:39:11 +03:00 |