bar.c   [plain text]


#include <string.h>

void bar()
{
	strcpy(NULL, NULL);
}