mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Initial Commit
This commit is contained in:
commit
40e939bfb4
42 changed files with 4349 additions and 0 deletions
15
vscode/hsnips/c.hsnips
Normal file
15
vscode/hsnips/c.hsnips
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
snippet hio "include stdio.h" iA
|
||||
#include <stdio.h>
|
||||
endsnippet
|
||||
|
||||
snippet hlib "include stdlib.h" iA
|
||||
#include <stdlib.h>
|
||||
endsnippet
|
||||
|
||||
snippet hmath "include math.h" iA
|
||||
#include <math.h>
|
||||
endsnippet
|
||||
|
||||
snippet hstr "include string.h" iA
|
||||
#include <string.h>
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue