aboutsummaryrefslogtreecommitdiffstats
path: root/src/define-functions.h
blob: 3a448290c3b420f047cf85d444164affea89ddfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* See LICENSE file for copyright and license details. */

#define PROCESS process_lf
#define TYPE double
#define SCAN_TYPE "lf"
#define PRINT_TYPE "lf"
#define PRINT_CAST double
#include FILE
#undef PROCESS
#undef TYPE
#undef SCAN_TYPE
#undef PRINT_TYPE
#undef PRINT_CAST

#define PROCESS process_f
#define TYPE float
#define SCAN_TYPE "f"
#define PRINT_TYPE "lf"
#define PRINT_CAST double
#include FILE
#undef PROCESS
#undef TYPE
#undef SCAN_TYPE
#undef PRINT_TYPE
#undef PRINT_CAST