pcStatic.c 65 B

1234
  1. const char* pcStatic(void)
  2. {
  3. return "INFO:symbol[pcStatic]";
  4. }