00001 /* ctime.h 00002 */ 00003 #ifndef OSL_CTIME_H 00004 #define OSL_CTIME_H 00005 #include <ctime> 00006 namespace osl 00007 { 00008 const char *ctime_r(const time_t *timep, char *buf); 00009 } 00010 00011 #endif /* _CTIME_H */ 00012 // ;;; Local Variables: 00013 // ;;; mode:c++ 00014 // ;;; c-basic-offset:2 00015 // ;;; End: