Date: Mon, 25 Jun 2001 04:42:08 +0200 From: Boris <koester@x-itec.de> To: fybar <fybar@powersurfr.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pause in c program Message-ID: <5348156475.20010625044208@x-itec.de> In-Reply-To: <3B3637D6.ABDB4B0@powersurfr.com> References: <3B3637D6.ABDB4B0@powersurfr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello fybar,
Sunday, June 24, 2001, 8:56:23 PM, you wrote:
f> I am a newbie programmer running FreeBSD 3.5.1 on my laptop, I have had
f> more success with this version with pcmcia cards. Anyhoo, I am writing
f> a program that I want to have print out some lines at a certain tempo.
f> Is
f> there a function that will let me pause the program for a specified
f> amount of time?
#include <unistd.h>
unsigned int sleep(unsigned int seconds);
--
Boris
void SurfTo ( "http://www.x-itec.de "){ thanks(0);exit(0); }
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5348156475.20010625044208>
