add(snippets): Add kaboom snippet for c-mode
This commit is contained in:
parent
7285b8750e
commit
2023ec08b3
1 changed files with 6 additions and 0 deletions
6
snippets/c-mode/kaboom
Normal file
6
snippets/c-mode/kaboom
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: kaboom
|
||||
# key: kb
|
||||
# --
|
||||
|
||||
char (*__kaboom)[sizeof($1)] = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue