GRASS Programmer's Manual  6.4.2(2012)
filename.c
Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <stdlib.h>
00003 #include <sys/types.h>
00004 #include <unistd.h>
00005 #include "G3d_intern.h"
00006 
00007 /*---------------------------------------------------------------------------*/
00008 
00009 void
00010 G3d_filename(char *path, const char *elementName, const char *mapName,
00011              const char *mapset)
00012 {
00013     G__file_name_misc(path, G3D_DIRECTORY, elementName, mapName, mapset);
00014 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines