diff options
Diffstat (limited to 'Tests/PerConfig/pcShared.c')
-rw-r--r-- | Tests/PerConfig/pcShared.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/PerConfig/pcShared.c b/Tests/PerConfig/pcShared.c new file mode 100644 index 0000000..b08fadc --- /dev/null +++ b/Tests/PerConfig/pcShared.c @@ -0,0 +1,5 @@ +#include "pcShared.h" +const char* pcShared(void) +{ + return "INFO:symbol[pcShared]"; +} |