1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-19 01:20:04 +02:00
2021-01-28 01:59:04 -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);