implement K&R style function definitions, code cleanup here and there
[cparser] / write_fluffy.h
1 #ifndef WRITE_FLUFFY_H
2 #define WRITE_FLUFFY_H
3
4 #include "ast.h"
5
6 void write_fluffy_decls(const translation_unit_t *unit);
7
8 #endif