This library parses input like **_printf_** and **_sprintf_** but instead of returning a boring string it will replace renegade bbs style pipecodes (|09) with their ansi equivelent.
## It has two functions -
```c++
int pcprintf(const char * format, ...);
int pcsprintf(char * str, const char * format, ...);