Add snippets
This commit is contained in:
parent
e462372892
commit
6c3ead7d65
2 changed files with 18 additions and 2 deletions
|
|
@ -4,3 +4,5 @@ snippet O0 Pragma to disable optimizations
|
|||
|
||||
#pragma GCC pop_options
|
||||
|
||||
snippet assertm Assert with a message
|
||||
assert(${condition} && "${message}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue