1 2 3 4 5 6 7 8
#include "pcShared.h" extern char const* pcStatic(void); int main(void) { pcStatic(); pcShared(); return 0; }