dos_compilers/Manx Aztec C86 v52a/INCLUDE/MONITOR.H
2024-07-02 08:25:54 -07:00

9 lines
172 B
C

int _intr_sp(int _speed);
void monitor(
void (*_lowpc)(),
void (*_highpc)(),
unsigned int *_buf,
int _pockets,
int _nfunc
);