5 lines
100 B
C
5 lines
100 B
C
void do_tests() {
|
|
// more complete testing done under sprintf()
|
|
printf("Printf test.\n");
|
|
}
|