aec wrote: >Several times however, I have needed to make the program >wait x number of seconds before proceeding. > > The POSIX standard function for sleeping is called "sleep". It takes one argument, the number of seconds to sleep. Note that this is a standard library function, not a C function per se. Kelly