7 lines
No EOL
74 B
C
7 lines
No EOL
74 B
C
#include <errno.h>
|
|
|
|
int pause(void)
|
|
{
|
|
errno = ENOSYS;
|
|
return -1;
|
|
} |