D
Dan Pop
In said:David Rubin said:[...] Also, starting a function with 'str' violates the
implementation namespace.
But only if followed by a lowercase letter, thus the OP is safe
declaring a function named strAddChar.
External identifiers need not be case sensitive in C89!
Dan