#-*- mode: snippet; coding: utf-8 -*-
# name: malloc(...);
# key: malloc/
# --
malloc(${1:stuff});
