ifndef (105B)
1 # -*- mode: snippet -*-
2 # name: ifndef
3 # key: ifndef
4 # --
5 #ifndef ${1:FOO_H_}
6 #define $1
7 $0
8 #endif // $1
My emacs configuration, done in a literate programming fashion using org-mode
git clone git://git.shimmy1996.com/emacs.d.git
1 # -*- mode: snippet -*-
2 # name: ifndef
3 # key: ifndef
4 # --
5 #ifndef ${1:FOO_H_}
6 #define $1
7 $0
8 #endif // $1