A modern wrapper for libc with less boilerplate
Find a file
fef 8c591796fb
string: always call strcmp() in nstrcmp()
Some people seem to depend on the unstandardized
behavior of some (notably glibc) implementations
of strcmp() where the arithemtic difference
between s1 and s2 is returned, not just any
positive or negative number.  This is explicitly
undocumented in libneo as well, but still doing
it won't hurt either.
2021-07-15 23:07:00 +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: add nnstr string constructor 2021-07-15 22:58:15 +02:00
src string: always call strcmp() in nstrcmp() 2021-07-15 23:07:00 +02:00
test test: add test cases for utf8_to_nchr 2021-07-15 22:49:49 +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