add(snippets): Add kaboom snippet for c-mode

This commit is contained in:
Laurens Miers 2024-12-21 19:54:33 +01:00
parent 7285b8750e
commit 2023ec08b3

6
snippets/c-mode/kaboom Normal file
View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: kaboom
# key: kb
# --
char (*__kaboom)[sizeof($1)] = 1;