.emacs.d/snippets/c++-mode/useint

5 lines
88 B
Plaintext

# -*- mode: snippet -*-
# name: useint
# key: useint
# --
using std::${1:u}int${2:16}_t;