6 lines
94 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: malloc
# key: malloc
# --
malloc(sizeof($1)${2: * ${3:3}});
$0