started C implementation, created custom library for handling strings

This commit is contained in:
FantasyPvP
2024-11-02 22:39:16 +00:00
parent 3d3eeb142f
commit 83a71ae0a1
10 changed files with 488 additions and 30 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"files.associations": {
"array": "c",
"string": "c",
"string_view": "c",
"ranges": "c",
"span": "c",
"*.inc": "c",
"*.ipp": "c",
"bitset": "c",
"format": "c",
"initializer_list": "c",
"vector": "c",
"__bit_reference": "c"
}
}