All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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: