This might be a stupid question, but I really need to know since it's the first time I encounterd this:
void function()
{
;
}
This is used in a thread based program with pthread
. I want to know what it actually does.
I tried looking it up, but I don't even know how to google it.
Thank you for your time.