implemented Confirm node
[libfirm] / ir / adt / misc.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/adt/misc.h
4  * Purpose:     Misc. declarations.
5  * Author:      Markus Armbruster
6  * Modified by:
7  * Created:     1999 by getting from fiasco
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 1995, 1996 Markus Armbruster
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13 #ifndef _MISC_H_
14 #define _MISC_H_
15
16 /* Miscellaneous */
17
18 typedef int (*cmp_fun) (const void *, const void *);
19
20 #endif /* _MISC_H_ */