openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
utils
Date.hh
Go to the documentation of this file.
1
#ifndef DATE_HH
2
#define DATE_HH
3
4
#include <string>
5
#include <ctime>
6
7
namespace
openmsx {
8
namespace
Date {
9
10
// 'line' must point to a buffer that is at least 24 characters long
11
time_t
fromString
(
const
char
* line);
12
13
std::string
toString
(time_t time);
14
15
}
// namespace Date
16
}
// namespace openmsx
17
18
#endif
Generated on Mon May 20 2013 12:16:57 for openMSX by
1.8.1.2