embeddedartistry / embeddedartistry/libc
Break with the standard: strnstr, strtok return const char *
Open
enhancement
help wanted
Investigation
- Dominant language
- C
- Stars
- 661
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Casting const away is not ok!!!
Current workaround to eliminate the warning:
```
return ((char*)(uintptr_t)s);
```
Contributor guide
Assessment
This issue has not been assessed yet.