LAL  7.5.0.1-b72065a
GPSTimeNow.c File Reference

Prototypes

LIGOTimeGPSXLALGPSTimeNow (LIGOTimeGPS *gpstime)
 Populate the LIGOTimeGPS argument with the current system time as returned by time(2) converted to GPS seconds. More...
 

Go to the source code of this file.

Macros

#define gmtime_r(timep, result)   memcpy((result), gmtime(timep), sizeof(struct tm))
 

Macro Definition Documentation

◆ gmtime_r

#define gmtime_r (   timep,
  result 
)    memcpy((result), gmtime(timep), sizeof(struct tm))

Definition at line 26 of file GPSTimeNow.c.