school/cs235/lab10/pwnd.c

6 lines
67 B
C
Raw Normal View History

2016-04-06 20:46:10 -07:00
#include <unistd.h>
int usleep(useconds_t usec) {
return 0;
}