GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gis/copy.c File Reference
#include <grass/gis.h>
#include <string.h>
Include dependency graph for gis/copy.c:

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...
 

Function Documentation

int G_copy ( void *  a,
const void *  b,
int  n 
)

Copies n bytes starting at address b into address a.

Parameters
[out]adestination (to)
[in]bsource (from)
[in]nnumber of bytes to copy
Returns
always returns 0

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().