A library of useful C utilities with JavaScript-like array, buffer, and string APIs
Stars
4
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
76
commits
feat(file): add new file utils
3f44579
build: use install command
cb438dc
chore: use strict mode when compiling
fcfff3c
feat(str): add s_concat_arr and fix s_concat
663afde
chore(io): namespace prefix all io fns
e0abfd3
chore(io): add n_written param to write_all
2f37dcf
chore: refactor to use size_t
448f2dd
feat(io): add write_all utility
ec68363
feat(buffer): add buffer_slice util fn
bbbdce5
build: fix erroneous test dep path in unit_test rule
bcbe7a3
docs: add doc comments for all allocator functions
7a73a19
fix(build): correct test dep filtering in Makefile
2ecaf3e
feat(array): add free fn to array_free
551a820
feat(io): add io utils, starting with read_all
1dd28e7
chore: migrate test runner to exbotanical/libtap
e65ecb1