X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/mode.h.in diff --git a/symm/mode.h.in b/symm/mode.h.in new file mode 100644 index 0000000..fc4fb95 --- /dev/null +++ b/symm/mode.h.in @@ -0,0 +1,31 @@ +%## -*-c-*- +%## +%## Skeleton header file for modes of operation. +%# +/* -*-c-*- GENERATED from mode.h.in + * + * @base-@mode.h + */ + +#ifndef CATACOMB_@{base:u}_@{mode:u}_H +#define CATACOMB_@{base:u}_@{mode:u}_H + +#ifdef __cplusplus + extern "C" { +#endif + +#ifndef CATACOMB_@{mode:u}_H +# include "@mode.h" +#endif + +#ifndef CATACOMB_@{base:u}_H +# include "@base.h" +#endif + +@{mode:u}_DECL(@{base:u}, @base) + +#ifdef __cplusplus + } +#endif + +#endif