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