debian man page for dtk_addtime

Query: dtk_addtime

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DTK_ADDTIME(3)							Draw Toolkit manual						    DTK_ADDTIME(3)

NAME
dtk_addtime - timestamp adjustment function
SYNOPSIS
#include <dtk_time.h> int dtk_addtime(struct dtk_timespec* ts, long sec, long nsec);
DESCRIPTION
The function dtk_addtime() adjusts the time pointed by ts by adding sec seconds and nsec nanoseconds.
RETURN VALUE
On success, the function returns 0, otherwise -1.
ERRORS
dtk_addtime() will fail if: EINVAL The value in the nsec field was not in the range -999999999 to 999999999.
SEE ALSO
dtk_nanosleep(3), dtk_gettime(3)
EPFL
2011 DTK_ADDTIME(3)
Related Man Pages
dtk_nanosleep(3) - debian
csx_modifywindow(9f) - sunos
io_getevents(2) - mojave
io_getevents(2) - x11r4
io_getevents(2) - xfree86
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph