Diff for /libaitio/example/test.c between versions 1.8 and 1.9

version 1.8, 2013/03/13 14:54:38 version 1.9, 2013/06/04 12:44:46
Line 22  int main(int argc, char **argv) Line 22  int main(int argc, char **argv)
                 printf("geterror:: #%d - %s\n", io_GetErrno(), io_GetError());                  printf("geterror:: #%d - %s\n", io_GetErrno(), io_GetError());
   
                 printf("std:: %s ioPromptRead(FLIUP: ) -> %d\n", str, (ret = ioPromptRead(NULL, "FLIUP: ", str, 256)));                  printf("std:: %s ioPromptRead(FLIUP: ) -> %d\n", str, (ret = ioPromptRead(NULL, "FLIUP: ", str, 256)));
           } else {
                   strlcpy(str, argv[1], sizeof str);
                   printf("%s real filename is %s\n", str, ioRealFileName(str));
                   printf("err: #%d - %s\n", io_GetErrno(), io_GetError());
         }          }
   
         return 0;          return 0;

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>