Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add declaration to eliminate -Wmissing-prototypes warning. | rodrigc | 2015-09-20 | 1 | -0/+2 |
| | |||||
* | 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 |