cmake/Tests/PerConfig/perconfig.c

9 lines
116 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
#include "pcShared.h"
extern const char* pcStatic(void);
2024-04-14 22:45:38 +02:00
int main(void)
2009-10-04 10:30:41 +03:00
{
pcStatic();
pcShared();
return 0;
}