shithub: rgbds

ref: 48fd34c923d3f785ed41186732eb2d7cbf8d195c
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