mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Sync from Windows
This commit is contained in:
parent
8a7397c426
commit
d5f8d807b9
80 changed files with 6079 additions and 5097 deletions
|
|
@ -1,15 +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>
|
||||
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