macutils/hexbin/dl.h

7 lines
80 B
C

#include "hexbin.h"
#ifdef DL
void dl (char *macname, char *filename);
#endif