snipplets.dev/code/C/rest_server/utils.h

2 lines
59 B
C

void print_to_terminal(char *text) { printf("%s", text); }