1.1.2.1 ! misho 1: #include <stdio.h> ! 2: #include <aitio.h> ! 3: ! 4: ! 5: int ! 6: main(int argc, char **argv) ! 7: { ! 8: if (argc < 2) ! 9: return 1; ! 10: ! 11: return 0; ! 12: }