A modern wrapper for libc with less boilerplate
Find a file
fef 3040b09669
nstr: avoid double allocation
String contents are stored immediately after the
struct _neo_nstr in memory now.
2021-07-22 13:42:14 +02:00
.vscode initial commit uwu 2021-07-09 00:04:44 +02:00
demo remove jemalloc and fall back to libc 2021-07-10 20:55:44 +02:00
include nstr: avoid double allocation 2021-07-22 13:42:14 +02:00
src nstr: avoid double allocation 2021-07-22 13:42:14 +02:00
test string: rename string type to nstr_t 2021-07-22 12:20:53 +02:00
.editorconfig initial commit uwu 2021-07-09 00:04:44 +02:00
.gitignore initial commit uwu 2021-07-09 00:04:44 +02:00
CMakeLists.txt "comply" with ISO C11 2021-07-15 20:59:31 +02:00
LICENSE initial commit uwu 2021-07-09 00:04:44 +02:00