c++ utils
This commit is contained in:
parent
5a4c6e34f9
commit
40755af504
2 changed files with 10 additions and 0 deletions
5
c++-mode/assert
Normal file
5
c++-mode/assert
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: assert
|
||||
# key: ass
|
||||
# --
|
||||
assert($0);
|
5
c++-mode/friend
Normal file
5
c++-mode/friend
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: friend
|
||||
# key: fr
|
||||
# --
|
||||
friend $0;
|
Loading…
Reference in a new issue