6 lines
87 B
C
6 lines
87 B
C
#include "pcShared.h"
|
|
const char* pcShared(void)
|
|
{
|
|
return "INFO:symbol[pcShared]";
|
|
}
|