progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / mode.h.in
... / ...
CommitLineData
1%## -*-c-*-
2%##
3%## Skeleton header file for modes of operation.
4%#
5/* -*-c-*- GENERATED from mode.h.in
6 *
7 * @{base:f}-@mode.h
8 */
9
10#ifndef CATACOMB_@{base:u:c}_@{mode:u}_H
11#define CATACOMB_@{base:u:c}_@{mode:u}_H
12
13#ifdef __cplusplus
14 extern "C" {
15#endif
16
17#ifndef CATACOMB_@{mode:u}_H
18# include "@mode.h"
19#endif
20
21#ifndef CATACOMB_@{base:u:c}_H
22# include "@{base:f}.h"
23#endif
24
25@{mode:u}_DECL(@{base:u:c}, @{base:c})
26
27#ifdef __cplusplus
28 }
29#endif
30
31#endif