diff options
Diffstat (limited to '')
| -rw-r--r-- | src/define-functions.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/define-functions.h b/src/define-functions.h new file mode 100644 index 0000000..4952fe0 --- /dev/null +++ b/src/define-functions.h @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ + +#define PROCESS process_lf +#define TYPE double +#include FILE +#undef PROCESS +#undef TYPE + +#define PROCESS process_f +#define TYPE float +#include FILE +#undef PROCESS +#undef TYPE |
