4coder/non-source/foreign/tree-sitter/lib/src/wasm/stdlib-symbols.txt

25 lines
264 B
Plaintext
Raw Normal View History

"calloc",
"free",
"iswalnum",
"iswalpha",
"iswblank",
"iswdigit",
"iswlower",
"iswspace",
"iswupper",
"iswxdigit",
"malloc",
"memchr",
"memcmp",
"memcpy",
"memmove",
"memset",
"realloc",
"strcmp",
"strlen",
"strncat",
"strncmp",
"strncpy",
"towlower",
"towupper",