View Single Post
  #1   Spotlight this post!  
Unread 19-02-2004, 14:04
Paul Jr. Paul Jr. is offline
Registered User
#1390
 
Join Date: Feb 2004
Location: St. Cloud, FLA
Posts: 1
Paul Jr. is an unknown quantity at this point
programs and timeing.

I am writing a autonomous function and I need to know if
there is a function or command that returns the time.
elapsed time or just the current time is ok. I will call this
command from with in the fast.c program. In C there is the function clock() but it requires the <time.h> file as an include file. This file is not with our software for this robot.

Also I need a function to pause the program. In assembly I beleive the command "pause" does this but I need to do it
in C.

Thanks;