blob: 40f9b9a08af4fdbaba8bfe32645787d73b5917df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef FICS_LIMITS_H
#define FICS_LIMITS_H
#include <time.h>
#include "common.h"
__FICS_BEGIN_DECLS
extern const time_t g_time_min;
extern const time_t g_time_max;
__FICS_END_DECLS
#endif
|