GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <string.h>
#include <grass/datetime.h>
Go to the source code of this file.
Functions | |
int | datetime_is_same (const DateTime *src, const DateTime *dst) |
Returns: 1 if 'src' is exactly the same as 'dst' 0 if they differ. | |