shithub: rgbds

ref: 114871d46de3e7c380e0fd1d27ef31badb70416e
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