GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
datetime/copy.c File Reference
#include <string.h>
#include <grass/datetime.h>
Include dependency graph for datetime/copy.c:

Go to the source code of this file.

Functions

void datetime_copy (DateTime *dst, const DateTime *src)
 Copies the DateTime [into/from ???] src. More...
 

Function Documentation

◆ datetime_copy()

void datetime_copy ( DateTime dst,
const DateTime src 
)

Copies the DateTime [into/from ???] src.

Parameters
dst
src
Returns
void

Definition at line 20 of file datetime/copy.c.