school/cs235/lab10/pwnd.c

6 lines
67 B
C

#include <unistd.h>
int usleep(useconds_t usec) {
return 0;
}