--- libaitio/example/test.c 2010/04/16 13:25:27 1.3 +++ libaitio/example/test.c 2010/09/10 12:39:41 1.4 @@ -38,8 +38,8 @@ int main(int argc, char **argv) if (argc > 2) { char *s1, *s2; - s1 = io_Char2Hex("PIUK_GN IAH", 256); - s2 = io_Hex2Char((unsigned char*) s1, strlen(s1)); + s1 = io_Ch2Hex("PIUK_GN IAH", 256); + s2 = io_Hex2Ch((unsigned char*) s1, strlen(s1)); printf("S1=%s S2=%s\n", s1, s2); free(s2); free(s1);