Sleep(int)

I need use sleep(int), but im programing in Ubuntu, then I have not this library, how can I use this?

Forgive my bad English.

Thanks!
i think you need to include unistd.h and i think it doesn't use any library except libc. if you have gcc installed, you are good to go.
download a gcc .deb package from ubunut ftp if you don't have it.

I've tried and it works, thank you very much.
always use man pages when you dont know how to use any function.

man <function_name>
Topic archived. No new replies allowed.