shithub: rgbds

ref: c6fb526a8887cd2226e2f46a15694802e4017b9e
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