c++ utils

This commit is contained in:
Andrea Crotti 2011-07-13 10:55:50 +02:00
parent 5a4c6e34f9
commit 40755af504
2 changed files with 10 additions and 0 deletions

5
c++-mode/assert Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: assert
# key: ass
# --
assert($0);

5
c++-mode/friend Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: friend
# key: fr
# --
friend $0;