c-test/.vscode/settings.json
kelson8 3a02662713
Add pointer test, and reading files.
Modify struct test, add flip bools test, and array test.
2024-11-11 15:49:12 -05:00

8 lines
154 B
JSON

{
"files.associations": {
"math_functions.h": "c",
"pointer_test.h": "c",
"struct_test.h": "c",
"stdio.h": "c"
}
}