9 lines
91 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: ifdef
# key: ifdef
# --
#ifdef ${1:MACRO}
$0
#endif // $1