This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
eric
/
Modula2_kilo
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
f1e1aa1ccd
Ramos
Etiquetas
master
Modula2_kilo
/
Done
/
step2
/
kilo.c
kilo.c
98 B
Histórico
Em bruto
1
2
3
4
5
6
#include <unistd.h>
int main() {
char c;
while (read(STDIN_FILENO, &c, 1) == 1);
return 0;
}