Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#ifndef $1
|
||||
#define ${1:SYMBOL} ${2:value}
|
||||
#endif${3}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#ifndef $1
|
||||
#define ${1:SYMBOL} ${2:value}
|
||||
#endif${3}
|
||||