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