Fennix/Userspace/apps/test/libc_test/.vscode/c_boilerplates.code-snippets
2025-01-28 11:37:10 +02:00

7 lines
109 B
Plaintext

{
"libc_test stub macro": {
"prefix": "zxc",
"body": "int test_$TM_FILENAME_BASE() { return 2; }"
},
}