BugFix: The rule a-c1 =op= c2 and a+c1 =op= c1 work only for =op= == and !=
[libfirm] / ir / ir / irargs_t.h
1
2 #ifndef _FIRM_IRARGS_H
3 #define _FIRM_IRARGS_H
4
5 #include <libcore/xprintf.h>
6
7 /**
8  * Get the firm printf arg environment.
9  * @return The environment.
10  */
11 arg_env_t *firm_get_arg_env(void);
12
13 #endif