Files
emacs/snippets/c-mode/packed
2024-04-30 07:08:23 +02:00

5 lines
87 B
Plaintext

# -*- mode: snippet -*-
# name: packed
# key: packed
# --
__attribute__((__packed__))$0