diff options
Diffstat (limited to '.emacs.d/snippets/c-mode/packed')
| -rw-r--r-- | .emacs.d/snippets/c-mode/packed | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/packed b/.emacs.d/snippets/c-mode/packed new file mode 100644 index 0000000..b4eb125 --- /dev/null +++ b/.emacs.d/snippets/c-mode/packed | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: packed | ||
| 3 | # key: packed | ||
| 4 | # -- | ||
| 5 | __attribute__((__packed__))$0 \ No newline at end of file | ||
