1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: ndef # key: ndef # -- #ifndef $1 #define $1 $0 #endif /* $1 */