www.delorie.com/djgpp/doc/libc-2.01/libc_523.html   search  
Go to the first, previous, next, last section, table of contents.


rawclock

Syntax

#include <time.h>

unsigned long rawclock(void);

Description

Returns the number of clock tics (18.2 per second) since midnight.

Return Value

The number of tics.

Example

/* wait 1/4 second */
int i = rawclock()+5;
while (rawclock()<i);


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997