How to pause for certain amount of time

I remember it was something like

whatever(200);

I dont know what the keyword that goes where whatever is called. Its not system(pause); what makes the system stop for the amount of time i specify in the parenthesis? i forget?
It's Sleep. And it's not a keyword, it's a function part of the WinAPI:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms686298%28v=vs.85%29.aspx
Topic archived. No new replies allowed.