NAME
src/exec_save.c - Save object file in native format
DESCRIPTION
Save the Parrot_exec_objfile_t
to the native format.
Functions
void Parrot_exec_save(PARROT_INTERP, Parrot_exec_objfile_t *obj, const char *file)
Save the static void save_struct(FILE *fp, void *sp, size_t size)
Writes the static void save_zero(FILE *fp)
Writes 0 to the file.
static void save_int(FILE *fp, int i)
Writes static void save_short(FILE *fp, short s)
Writes
Parrot_exec_objfile_t
to file
.
struct
sp
to the file.
i
to the file.
s
to the file.SEE ALSO
include/parrot/exec.h, src/exec_save.h, src/exec.c and src/exec_start.c.
HISTORY
Initial version by Daniel Grunblatt on 2003.6.9.