#define tty 1 main(argc,argv) int argc; int argv[]; { putstr("Test\n",tty); putstr("\1\2\3\4\5\6\7\8\n",tty); }