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


getitimer

Syntax

#include <sys/time.h>

int getitimer(int which, struct itimerval *value);

Description

This function gets the current value of the interval timer specified by which into structure value. Variable which can have the value of ITIMER_REAL or ITIMER_PROF. See section setitimer.

Return Value

Returns 0 on success, -1 on failure (and sets errno).


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

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