my-emacs-d/elpa/yasnippet-20160924.2001/snippets/nesc-mode/uint8_t

6 lines
75 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: uint8_t
# key: u8
# --
uint8_t ${1:var};
$0