macross/slinky/write.h

11 lines
175 B
C
Raw Permalink Normal View History

#ifndef WRITE_H_
#define WRITE_H_
#include "slinkyTypes.h"
void writeEntryPoint(void);
void writeCodeSegment(codeSegmentHeaderType *codeSegment);
void writem(void);
#endif