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

5 lines
65 B
C

const char* pcStatic(void)
{
return "INFO:symbol[pcStatic]";
}