Go to the documentation of this file.
25#if HAVE_LONG_LONG && !defined(__cplusplus)
26# define ONE_SECOND 1000LL
27# define ONE_MINUTE 60000LL
28# define ONE_HOUR 3600000LL
29# define ONE_DAY 86400000LL
30# define ONE_WEEK 604800000LL
31# define ONE_YEAR 31536000000LL
33# define ONE_SECOND 1000L
34# define ONE_MINUTE 60000L
35# define ONE_HOUR 3600000L
36# define ONE_DAY 86400000L
37# define ONE_WEEK 604800000L
38# define ONE_YEAR 31536000000L
#define BEECRYPTAPI
Definition api.h:52
int64_t jlong
Definition api.h:80