jwasm/H/coff.h
2014-06-18 19:16:56 +04:00

15 lines
227 B
C

/* prototypes of functions defined in coff.c */
#ifndef _COFF_H_INCLUDED
#define _COFF_H_INCLUDED
struct qditem {
uint_8 *next;
unsigned size;
};
extern void coff_init( struct module_info * );
#endif