What | Removed | Added |
---|---|---|
Attachment #75300 is obsolete | 1 |
Created attachment 75312 [details] [review] Add local implementation of strchrnul() Hi! Attached is a different solution to the strchrnul() issue, it adds a local implementation and a configure check to see if strchrnul() exists in libc. If it does exist in libc, that version will be used instead of the local version.