cmake/Tests/PerConfig/pcShared.c
2011-01-16 11:35:12 +01:00

6 lines
87 B
C

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