This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: the old delay function
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Fidel GonzÃlez Aguilar <fidelg at unixmexico dot org>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 26 May 2004 22:17:27 -0400
- Subject: Re: the old delay function
- References: <1085627978.542.3.camel@erdos>
Fidel GonzÃlez Aguilar <fidelg@unixmexico.org> writes:
> I started to programing on my Debian with a acquire card made by
> myself, but I couldn't find an instruction to "wait on line" just
> nanoseconds like the old "delay(nanoseconds)" Did u rememember it? that
> was used in Dos-tc programing.
> Could u recomend book for "hardware programing for aqcuire data"?
The mailing list gcc-help is for questions about how to use gcc. It
is not for questions about the C language, or about library functions,
or about operating systems, or about hardware programming. Please ask
such questions elsewhere. Thanks.
On GNU/Linux you may be looking for the nanosleep() function.
Ian