This commit is contained in:
2023-08-01 03:25:16 +03:00
parent 4026c398e3
commit bab9d2d315
6 changed files with 131 additions and 0 deletions

1
~/C/rest_server/utils.h Normal file
View File

@ -0,0 +1 @@
void print_to_terminal(char *text) { printf("%s", text); }