No description
Find a file
2025-12-05 21:05:48 +03:00
.gitignore First commit 2025-11-23 18:21:50 +03:00
axl.h Add VLQ 2025-12-05 20:52:24 +03:00
axl_io.c Basic utf8 output idk 2025-12-04 16:52:03 +03:00
axl_io.h Basic utf8 output idk 2025-12-04 16:52:03 +03:00
axl_koan.h Add unit tests + fix allocator 2025-12-01 19:39:11 +03:00
axl_memory.c axl_memmove 2025-12-03 17:37:53 +03:00
axl_memory.h axl_memmove 2025-12-03 17:37:53 +03:00
axl_memory_test.c axl_memmove 2025-12-03 17:37:53 +03:00
axl_string.c axl_strrev 2025-12-05 21:05:48 +03:00
axl_string.h axl_strrev 2025-12-05 21:05:48 +03:00
axl_string_test.c axl_strrev 2025-12-05 21:05:48 +03:00
axl_types.h Add MIN/MAX constants 2025-12-05 18:07:44 +03:00
axl_vlq.c Add VLQ 2025-12-05 20:52:39 +03:00
axl_vlq.h Add VLQ 2025-12-05 20:52:24 +03:00
axl_vlq_test.c Add VLQ 2025-12-05 20:52:24 +03:00
main.c Add VLQ 2025-12-05 20:52:39 +03:00
makefile Handle tests properly (pipeline should stop if there are any errors) 2025-12-03 16:56:39 +03:00