mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
20 lines
339 B
Plaintext
20 lines
339 B
Plaintext
{
|
|
"Fennix Kernel Header": {
|
|
"scope": "c",
|
|
"prefix": [
|
|
"head",
|
|
],
|
|
"body": [
|
|
"#ifndef __FENNIX_KERNEL_${2:header}_H__",
|
|
"#define __FENNIX_KERNEL_${2:header}_H__",
|
|
"",
|
|
"#include <types.h>",
|
|
"",
|
|
"$0",
|
|
"",
|
|
"#endif // !__FENNIX_KERNEL_${2:header}_H__",
|
|
""
|
|
],
|
|
"description": "Create kernel header."
|
|
}
|
|
} |