Fennix/Userspace/apps/test/libc_test/.vscode/c_boilerplates.code-snippets
2025-02-24 02:09:31 +02:00

12 lines
139 B
Plaintext

{
"libc_test stub macro": {
"prefix": "zxc",
"body": [
"int test_$TM_FILENAME_BASE()",
"{",
"\treturn 2;",
"}",
]
},
}