- Added the following custom wrappers:
- strstr
- strrchr
- memchr
- nanosleep
- socketpair
- Tweaked a couple of existing wrappers: if a wrapper returns a pointers derived from an input pointer, then return the label of the input pointer
- Sorted tests invocation
Details
Details
Diff Detail
Diff Detail
Shouldn't this always be strlen(s)+1? The function always needs to inspect each char in the string, right?