cmake/Tests/Testing/pcShared.c
2009-10-04 10:30:41 +03:00

6 lines
87 B
C

#include "pcShared.h"
const char* pcShared(void)
{
return "INFO:symbol[pcShared]";
}