ast2firm: Implement casting from complex to real types.
[cparser] / wrappergen / write_jna.h
1 /*
2  * This file is part of cparser.
3  * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
4  */
5 #ifndef WRITE_JNA_H
6 #define WRITE_JNA_H
7
8 #include "ast.h"
9
10 void jna_limit_output(const char *filename);
11
12 void jna_set_libname(const char *libname);
13
14 void write_jna_decls(FILE *out, const translation_unit_t *unit);
15
16 #endif