15#include "firm_types.h"
int ir_import_file(FILE *input, const char *inputname)
same as ir_import but imports from a FILE*
void ir_export_file(FILE *output)
same as ir_export but writes to a FILE*
int ir_export(const char *filename)
Exports the whole irp to the given file in a textual form.
int ir_import(const char *filename)
Imports the data stored in the given file.