shithub: rgbds

ref: c5ce3ae178afdfc7c17e7ea66fe50705e8d5f171
dir: /include/link/object.h/

View raw version
#ifndef	ASMOTOR_LINK_OBJECT_H
#define	ASMOTOR_LINK_OBJECT_H

extern void obj_Readfile(char *tzObjectfile);
extern void lib_Readfile(char *tzLibfile);

#endif