Would you like to apply the advices from the article
"http://en.wikipedia.org/wiki/Const_correctness" to
your sources?
I suggest to add the key word "const" to the type
specifiers for parameters like the following.
- source (function "SplitStr")
- t, r (function "BufferReplace")
lSrc, clearIt (function "CopyArray")
a, b (function "ShowError")
ErrorFuncName, ErrorLine, ErrorCode,
IndicateOutputType (function "PrintError")