where can I find the full name of C string functions

I usually find it easier to know what the full name of a C string function is then I figure it easy what the name of the function is for example when I want to get the length of a array I think at string length then I know the name of the function should be strlen.
Im sorry but could you rephrase the question? I have no idea what you are asking. Full name of a function? The name is what it is.

if you're asking for all the C string functions -
http://www.cplusplus.com/reference/cstring/
Last edited on
Topic archived. No new replies allowed.