#include "syscall.h" int main(){ do { int number; GetInt(&number); PutInt(number); PutChar('\n'); } while(1 == 1); }