repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed...
[kugel-rb.git]
/
uisimulator
/
sdl
/
timefuncs.h
blob
de17fcdc73e40bb74353764e64e9a662e80bc4a8
1
#include <time.h>
2
#include <stdbool.h>
3
4
/* struct tm defined */
5
struct
tm
*
get_time
(
void
);
6
int
set_time
(
const struct
tm
*
tm
);
7
bool
valid_time
(
const struct
tm
*
tm
);