Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>getitimer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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. setitimer:.   

Return Value
------------

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


See Also: setitimer

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson