2016-10-20 10:27:10 +02:00

9 lines
91 B
Plaintext

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