pelib  2.0.0
src/time.c File Reference
#include <pelib/time.h>
Include dependency graph for time.c:

Go to the source code of this file.

Functions

int pelib_timespec_subtract (struct timespec *result, struct timespec *x, struct timespec *y)

Variables

const long long int pelib_nsec_in_sec = 1000000000

Function Documentation

int pelib_timespec_subtract ( struct timespec *  result,
struct timespec *  x,
struct timespec *  y 
)

Definition at line 10 of file time.c.


Variable Documentation

const long long int pelib_nsec_in_sec = 1000000000

Definition at line 7 of file time.c.