dos_compilers/Manx Aztec C86 v52a/INCLUDE/MONITOR.H

9 lines
172 B
C++
Raw Normal View History

2024-07-02 17:25:54 +02:00
int _intr_sp(int _speed);
void monitor(
void (*_lowpc)(),
void (*_highpc)(),
unsigned int *_buf,
int _pockets,
int _nfunc
);