|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-52c8278fcf
|
#include <string.h>#include <grass/datetime.h>
Go to the source code of this file.
Functions | |
| void | datetime_copy (DateTime *dst, const DateTime *src) |
| Copies the DateTime [into/from ???] src. More... | |
| void datetime_copy | ( | DateTime * | dst, |
| const DateTime * | src | ||
| ) |
Copies the DateTime [into/from ???] src.
| dst | |
| src |
Definition at line 19 of file copy.c.
Referenced by G_get_timestamps(), G_set_timestamp(), and G_set_timestamp_range().