#include <stdio.h> int main(void) { char buf[BUFSIZ]; int n; while((n = read(0, buf, BUFSIZ)) > 0) write(1, buf, n); return(0); }
Este comentário foi removido pelo autor.
Este comentário foi removido pelo autor.
ResponderExcluir