BeeCrypt  4.2.1
Macros | Functions
timestamp.h File Reference
#include "beecrypt/beecrypt.h"
Include dependency graph for timestamp.h:

Go to the source code of this file.

Macros

#define ONE_SECOND   1000L
 
#define ONE_MINUTE   60000L
 
#define ONE_HOUR   3600000L
 
#define ONE_DAY   86400000L
 
#define ONE_WEEK   604800000L
 
#define ONE_YEAR   31536000000L
 

Functions

jlong timestamp (void)
 

Macro Definition Documentation

#define ONE_DAY   86400000L
#define ONE_HOUR   3600000L
#define ONE_MINUTE   60000L
#define ONE_SECOND   1000L
#define ONE_WEEK   604800000L
#define ONE_YEAR   31536000000L

Function Documentation

jlong timestamp ( void  )