GRASS Programmer's Manual 6.4.1(2011)
|
GIS Library - Memory copy functions. More...
#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. |
GIS Library - Memory copy functions.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file copy.c.
int G_copy | ( | void * | a, |
const void * | b, | ||
int | n | ||
) |
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 copy.c.
Referenced by G__open_cell_old(), G_adjust_window_to_box(), G_get_set_window(), G_get_window(), G_raster_cpy(), and G_set_window().