9 lines
112 B
C
9 lines
112 B
C
|
#include "pcShared.h"
|
||
|
extern const char* pcStatic(void);
|
||
|
int main()
|
||
|
{
|
||
|
pcStatic();
|
||
|
pcShared();
|
||
|
return 0;
|
||
|
}
|