pcShared.c 87 B

12345
  1. #include "pcShared.h"
  2. const char* pcShared(void)
  3. {
  4. return "INFO:symbol[pcShared]";
  5. }