blob: d09277f52f37977af186bbee89f1c9523fed6412 [file] [log] [blame] [edit]
#include <stdio.h>
void theFunc(char *str)
{
printf("side got: %s, over\n", str);
}