Wrap file metadata calls
All checks were successful
libakstdlib CI Build / cmake_build (push) Successful in 3m2s
libakstdlib CI Build / sanitizers (push) Successful in 3m3s
libakstdlib CI Build / coverage (push) Successful in 3m1s
libakstdlib CI Build / mutation_test (push) Successful in 12m46s

Co-authored-by: Andrew Kesterson <andrew@aklabs.net>
This commit is contained in:
2026-08-03 07:34:16 -04:00
parent be725f8cf2
commit 8c94231167
4 changed files with 192 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ add_library(akstdlib SHARED
src/stdlib.c
src/string.c
src/stream.c
src/stat.c
src/collections.c
)
@@ -317,6 +318,7 @@ set(AKSL_TESTS
strbuf
stream
streamio
stat
strhash
string
strto