Conversation
why is memset in string.h, its not even a particular type or deals with null termination
1
1
1
@meeper What other header would you put the function in?

memcpy() and memcmp() are defined in string.h too.
2
0
1
@kirby @meeper That's a terrible library name, but #include <gnu.h> would be cool.
1
2
1
@Suiseiseki yeah and mem* shouldn't be in it.

I'd be fine if it had something to do with null terminated bytes but at best it has something to do with a series of data types which may not even be bytes
0
0
0
@Suiseiseki @kirby

#include <gnu.h>

sets #pragma __explode_computer_if_propietary_software_deetected
0
0
0