aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/include/libakutils.h
blob: 4243b64ec0910034c977001ec69689b5ce05cfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef AK_UTILS_H
#define AK_UTILS_H

int ak_utils();

typedef long unsigned int UnixSeconds;

/**
 *
 * function _ak_datetime_unix();
 * 
 * function _ak_datetime_unix_nanosecs();
 * 
 * function _ak_datetime_human();
 * 
 * function _ak_datetime_human_date_only();
 * 
 * function _ak_datetime_human_date_only_yesterday();
 * 
 * function _ak_datetime_unix_to_human();
 *
 */

#endif // AK_UTILS_H