This commit is contained in:
Zhang Chiyuan
2008-03-07 15:40:21 +00:00
parent 76ef5b9ae7
commit f6a2003d8a
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#name : #include "..."
# --
#include "$1"
#include "$1"
+1 -1
View File
@@ -1,3 +1,3 @@
#name : #include <...>
# --
#include <$1>
#include <$1>
+4
View File
@@ -0,0 +1,4 @@
#name : using namespace ...
# --
using namespace ${std};
$0