GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | G_copy (void *a, const void *b, int n) |
Copies n bytes starting at address b into address a. More... | |
Copies n bytes starting at address b into address a.
[out] | a | destination (to) |
[in] | b | source (from) |
[in] | n | number of bytes to copy |
Definition at line 30 of file gis/copy.c.
Referenced by G3d_regionCopy(), G__open_cell_old(), G_adjust_window_to_box(), G_get_set_window(), G_get_window(), G_raster_cpy(), and G_set_window().