libFirm
irio.h File Reference

Input/Output textual representation of firm. More...

#include <stdio.h>
#include "firm_types.h"
#include "begin.h"
#include "end.h"

Go to the source code of this file.

Functions

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

Detailed Description

Input/Output textual representation of firm.

Author
Moritz Kroll

Definition in file irio.h.