macross/slinky/write.h
2016-01-23 22:57:12 -08:00

11 lines
175 B
C

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