ast2firm: Implement casting from complex to real types.
[cparser] / wrappergen / write_compoundsizes.h
1 /*
2  * This file is part of cparser.
3  * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
4  */
5 #include "ast.h"
6
7 void write_compoundsizes(FILE *out, const translation_unit_t *unit);