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

◆ ONE_DAY

#define ONE_DAY   86400000L

◆ ONE_HOUR

#define ONE_HOUR   3600000L

◆ ONE_MINUTE

#define ONE_MINUTE   60000L

◆ ONE_SECOND

#define ONE_SECOND   1000L

◆ ONE_WEEK

#define ONE_WEEK   604800000L

◆ ONE_YEAR

#define ONE_YEAR   31536000000L

Function Documentation

◆ timestamp()

jlong timestamp ( void  )