/src/tests/lib/libc/string/ |
t_strcoll.c | 65 char buf_a[1024], buf_b[1024]; local in function:h_ordering 74 strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL); 75 printf("Checking \"%s\" < \"%s\"\n", buf_a, buf_b);
|
t_strcoll.c | 65 char buf_a[1024], buf_b[1024]; local in function:h_ordering 74 strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL); 75 printf("Checking \"%s\" < \"%s\"\n", buf_a, buf_b);
|