diff --git a/test.c b/test.c index 953e19c..1ae0f22 100644 --- a/test.c +++ b/test.c @@ -1,11 +1,11 @@ #include "6.0s1.h" int main(void) { - int p = read_int(); + S1_INT p = read_int(); write_int(p); write_char('\n'); read_pnl(); - int q = read_char(); + S1_CHAR q = read_char(); write_char(q); write_char('\n'); } \ No newline at end of file