Files
2020-12-05 21:29:49 +01:00

9 lines
91 B
Plaintext

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