1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00
Files
audacity/lib-src/libnyquist/nyquist/cmt/cmtio.h
2019-12-16 00:59:33 -06:00

10 lines
153 B
C

#define NOCHAR -2
extern int IOinputfd;
extern int IOnochar;
int IOsetup(int inputfd);
int IOcleanup(void);
int IOgetchar(void);
int IOwaitchar(void);