Mapper
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <math.h>
#include <sys/time.h>
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) |
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.
int z2loc | ( | int | yy, |
int | mm, | ||
int | dd, | ||
int | hh | ||
) |