mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/printf.c
2020-09-06 05:43:07 -07:00

5 lines
100 B
C

void do_tests() {
// more complete testing done under sprintf()
printf("Printf test.\n");
}