unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/nesc-mode/uint8_t

6 lines
75 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: uint8_t
# key: u8
# --
uint8_t ${1:var};
$0