librfn
An ad-hoc utility library
time.h
Go to the documentation of this file.
1 /*
2  * time.h
3  *
4  * Part of librfn (a general utility library from redfelineninja.org.uk)
5  *
6  * Copyright (C) 2013-2014 Daniel Thompson <daniel@redfelineninja.org.uk>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU Lesser General Public License as published
10  * by the Free Software Foundation; either version 3 of the License, or
11  * (at your option) any later version.
12  */
13 
14 #ifndef RF_TIME_H_
15 #define RF_TIME_H_
16 
17 #include <stdint.h>
18 
30 void time_init(void);
31 
40 uint32_t time_now(void);
41 
48 uint64_t time64_now(void);
49 
51 #endif // RF_TIME_H_
uint64_t time64_now(void)
uint32_t time_now(void)
void time_init(void)