mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 00:52:38 -05:00
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3270 a1c6a512-1295-4272-9138-f99709370657
4 lines
70 B
C
4 lines
70 B
C
#include <time.h>
|
|
|
|
/* struct tm defined */
|
|
struct tm *get_time(void);
|