Rakehellion
Lifer
Is there a way to memset multiple bytes at once? Such as:
memset(data, "0123", sizeof(data));
so that data contains "0123012301230123..."
memset(data, "0123", sizeof(data));
so that data contains "0123012301230123..."