Mapper
Functions
days_diff.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <math.h>
#include <sys/time.h>
Include dependency graph for days_diff.c:

Go to the source code of this file.

Functions

int adj_time (int adj, int y, int m, int d, int h, int *adj_y, int *adj_m, int *adj_d, int *adj_h)
 
int z2loc (int yy, int mm, int dd, int hh)
 

Function Documentation

◆ adj_time()

int adj_time ( int  adj,
int  y,
int  m,
int  d,
int  h,
int *  adj_y,
int *  adj_m,
int *  adj_d,
int *  adj_h 
)

Definition at line 10 of file days_diff.c.

◆ z2loc()

int z2loc ( int  yy,
int  mm,
int  dd,
int  hh 
)

Definition at line 88 of file days_diff.c.

Here is the call graph for this function: