some file ops, some print ops, some memory ops

This commit is contained in:
2026-05-10 00:00:31 -04:00
commit 4bd03f267a
6 changed files with 242 additions and 0 deletions

10
akstdlib.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
Name: akstdlib
Description: C stdlib with akerror sanity wrappers
Version: @PROJECT_VERSION@
Cflags: -I${includedir}/
Libs: -L${libdir} -lakstdlib