I tried to call c function in python here is my code
string.c
#include int print(const char *str) { printf("%s", str): r