Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
osl
misc
ctime.h
Go to the documentation of this file.
1
/* ctime.h
2
*/
3
#ifndef OSL_CTIME_H
4
#define OSL_CTIME_H
5
#include <ctime>
6
namespace
osl
7
{
8
const
char
*
ctime_r
(
const
time_t *timep,
char
*buf);
9
}
10
11
#endif
/* _CTIME_H */
12
// ;;; Local Variables:
13
// ;;; mode:c++
14
// ;;; c-basic-offset:2
15
// ;;; End:
Generated on Sun Jul 21 2013 13:37:23 by
1.8.4