aboutsummaryrefslogtreecommitdiff
path: root/yasnippet/c-mode/ndef
blob: 838829cda13839e82fc31e4701efd926c309cb2e (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: ndef
# key: ndef
# --
#ifndef $1
#define $1
$0
#endif /* $1 */