#include "rltime_v2.h"
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <sys/stat.h>
#include <math.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
#include <ssdef.h>
#include <iodef.h>
#include <starlet.h>
#include <descrip.h>
#include <lib$routines.h>
#include <libdef.h>
#include <jpidef.h>
#include <windows.h>
#include <mmsystem.h>
Go to the source code of this file.
|
static struct tm * | gmtime_r (const time_t *t, struct tm *r) |
|
static struct tm * | localtime_r (const time_t *t, struct tm *r) |
|
◆ gmtime_r()
static struct tm* gmtime_r |
( |
const time_t * |
t, |
|
|
struct tm * |
r |
|
) |
| |
|
static |
Definition at line 65 of file rltime_v2.cpp.
68 struct tm *theTm = gmtime(t);
◆ localtime_r()
static struct tm* localtime_r |
( |
const time_t * |
t, |
|
|
struct tm * |
r |
|
) |
| |
|
static |
Definition at line 80 of file rltime_v2.cpp.
83 struct tm *theTm = localtime(t);