move backend into libfirm
[libfirm] / ir / ir / irargs_t.h
1
2 #ifndef _FIRM_IRARGS_H
3 #define _FIRM_IRARGS_H
4
5 #include <libcore/lc_printf.h>
6
7 /**
8  * Get the firm printf arg environment.
9  * @return The environment.
10  */
11 lc_arg_env_t *firm_get_arg_env(void);
12
13 #endif