5 lines
71 B
C
5 lines
71 B
C
#include <stdio.h>
|
|
|
|
void printstring_(char* s) {
|
|
printf("%s",s);
|
|
}
|