Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
b249d9ac2d7ac6f418d427c9e7a40c3d3a7f5ad4
/
.
/
uisimulator
/
sdl
/
timefuncs.h
blob: de17fcdc73e40bb74353764e64e9a662e80bc4a8 [
file
] [
log
] [
blame
]
#include
<time.h>
#include
<stdbool.h>
/* struct tm defined */
struct
tm
*
get_time
(
void
);
int
set_time
(
const
struct
tm
*
tm
);
bool
valid_time
(
const
struct
tm
*
tm
);