// // Created by ricardo on 2022/4/29. // #include "example.h" void print(char* str) { printf("%s", str); }