The C standard library string.hcontains several functions for managing strings, all of which begin with strand end with an abbreviation. Some of these abbreviations are obvious:
strlen line lengthstrcpy string copystrcmp string comparison
Some of them are a little less clear:
strpbrk line break line?strspn string ... spn?strrchr string ... R char ??strxfrm string ... um ... nevermind.
What does each abbreviation / abbreviation strfunction mean ?
source
share