• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

copy.c

Go to the documentation of this file.
00001 
00017 #include <grass/gis.h>
00018 #include <string.h>
00019 
00030 int G_copy(void *a, const void *b, int n)
00031 {
00032     memcpy(a, b, n);
00033     return 0;
00034 }

Generated on Thu Dec 9 2010 20:46:05 for GRASS Programmer's Manual by  doxygen 1.7.2