Prototypes | |
| LIGOTimeGPS * | XLALGPSTimeNow (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)) |
| #define gmtime_r | ( | timep, | |
| result | |||
| ) | memcpy((result), gmtime(timep), sizeof(struct tm)) |
Definition at line 26 of file GPSTimeNow.c.