Skip to content

Commit 589188b

Browse files
author
Kamil Tomicki
authored
Create scanf
scanf
1 parent 1d1ea6f commit 589188b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/c-mode/scanf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: scanf
3+
# key: scanf
4+
# --
5+
scanf("${1:format string}",${2:&a1,&a2});

0 commit comments

Comments
 (0)