GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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.

Referenced by datetime_difference(), datetime_increment(), G_get_timestamps(), G_set_timestamp(), and G_set_timestamp_range().