1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00
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);