cmake/Tests/PerConfig/pcStatic.c

5 lines
65 B
C
Raw Normal View History

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