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