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