shithub: rgbds

ref: 084cc995e703e6f791a52a0deee5d82b796ddce5
dir: /include/link/main.h/

View raw version
#ifndef ASMOTOR_LINK_MAIN_H
#define ASMOTOR_LINK_MAIN_H

#include "link/types.h"

extern void usage(void);
extern SLONG fillchar;
extern char smartlinkstartsymbol[256];

#endif