A modern wrapper for libc with less boilerplate
Find a file
fef 460ff1a37b
remove extern "C" wrappers in internal headers
Internal headers, i.e. those prefixed with an
underscore, aren't supposed to be included in
external projects anyways and libneo itself is
obviously C only.
2021-07-15 23:54:39 +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 remove extern "C" wrappers in internal headers 2021-07-15 23:54:39 +02:00
src string: nstrcat refactor 2021-07-15 23:14:55 +02:00
test utf: add test cases for utf8_from_nchr 2021-07-15 23:49:57 +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