Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strchrnul(), a GNU function similar to strchr(), except that it returns | zeising | 2013-02-13 | 1 | -0/+48 |
a pointer to the end of the string, rather than NULL, if the character was not found. Approved by: theraven |