wip
This commit is contained in:
parent
a5b7aed310
commit
c60842a89f
@ -133,9 +133,6 @@ error:
|
||||
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
|
||||
return err;
|
||||
}
|
||||
void msleep(int d){
|
||||
usleep(d*1000);
|
||||
}
|
||||
|
||||
int beep(double freq_hz, double duration_sec)
|
||||
{
|
||||
|
@ -97,3 +97,7 @@ void *get_in_addr(struct sockaddr *sa)
|
||||
|
||||
|
||||
|
||||
void msleep(int d){
|
||||
usleep(d*1000);
|
||||
}
|
||||
|
||||
|
@ -2,4 +2,4 @@ void current_utc_time(struct timespec *ts);
|
||||
long fastclock(void);
|
||||
int kbhit (void);
|
||||
void *get_in_addr(struct sockaddr *sa);
|
||||
|
||||
void msleep(int d);
|
||||
|
Loading…
Reference in New Issue
Block a user