Initial revision
[libfirm] / ir / tr / mangle.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 ** All rights reserved.
3 **
4 ** Authors: Martin Trapp, Christian Schaefer
5 **
6 */
7
8 # include "ident.h"
9 # include "entity.h"
10 # include "type.h"
11
12
13 void init_mangle (void);
14
15 ident *mangle_entity (entity *ent);
16 ident *mangle_type (type *type);