CMake/Tests/PerConfig/pcShared.c

6 lines
87 B
C

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