GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <grass/gis.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
int | G_recursive_copy (const char *src, const char *dst) |