copy.c File Reference

GIS Library - Memory copy functions. More...

#include <grass/gis.h>
#include <string.h>
Include dependency graph for 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.

Detailed Description

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.

Author:
GRASS GIS Development Team
Date:
1999-2008

Definition in file copy.c.


Function Documentation

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

Copies n bytes starting at address b into address a.

Parameters:
[out] a destination (to)
[in] b source (from)
[in] n number of bytes to copy
Returns:
always returns 0

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


Generated on Sat Oct 24 03:24:50 2009 for GRASS Programmer's Manual by  doxygen 1.6.1