: : hi
: : is there a function that makes the same thing with the delay()function of Turbo C.
: :
: : Thanks...
:
: I'm not familiar with Turbo C, so I might be making a fool of myself. Won't be the first time so..
: There is a function in C named sleep()
: Hope this is what you're looking for.
I think there's a syscall for it, too. I know there's one in freebsd, and I believe the syscalls are the same.