зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 4c8952703e77
This commit is contained in:
Родитель
1c240791e6
Коммит
54cbc60d3a
|
@ -1,8 +1,9 @@
|
|||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
while(1) sleep(10);
|
||||
char text[20];
|
||||
fgets(text, sizeof text, stdin);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче