A modern wrapper for libc with less boilerplate
Find a file
fef c797540dbc
string: rename string type to nstr_t
This might annoy a bunch of people, but it kinda
follows the "traditional" C coding style and i
like it more.  Also it reminds you that strings
are absolutely not a primitive data type.
2021-07-22 12:20:53 +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 string: rename string type to nstr_t 2021-07-22 12:20:53 +02:00
src string: rename string type to nstr_t 2021-07-22 12:20:53 +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