mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
15 lines
No EOL
260 B
Text
15 lines
No EOL
260 B
Text
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 |