cmake/Tests/PerConfig/pcShared.c

6 lines
87 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
#include "pcShared.h"
const char* pcShared(void)
{
return "INFO:symbol[pcShared]";
}