diff --git a/snippets/c.json b/snippets/c.json index 4e6b34a..9003fa8 100644 --- a/snippets/c.json +++ b/snippets/c.json @@ -96,6 +96,15 @@ ], "description": "Code snippet for #if" }, + + "printf": { + "prefix": "pri", + "body": [ + "printf(\"$1\"$2);", + ], + "description": "Code Snippet for printf" + }, + "struct": { "prefix": "struct", "body": [