%## -*-c-*- %## %## Skeleton header file for modes of operation. %# /* -*-c-*- GENERATED from mode.h.in * * @{base:f}-@mode.h */ #ifndef CATACOMB_@{base:u:c}_@{mode:u}_H #define CATACOMB_@{base:u:c}_@{mode:u}_H #ifdef __cplusplus extern "C" { #endif #ifndef CATACOMB_@{mode:u}_H # include "@mode.h" #endif #ifndef CATACOMB_@{base:u:c}_H # include "@{base:f}.h" #endif @{mode:u}_DECL(@{base:u:c}, @{base:c}) #ifdef __cplusplus } #endif #endif