My last thread got deleted and I know I shouldnt make a new one.
But I cant get the "sleep" function to work.
I have "time.h" included.
And then I have "sleep(1);" which is supposed to make the program stop in one sec right?
But when I compile it says:
implict declarion of function `int sleep(...)'
(I dont have int in front of sleep)

Yes, I've searched....