|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|
#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. | |