GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
filename.c
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <sys/types.h>
4 #include <unistd.h>
5 #include "raster3d_intern.h"
6 
7 /*---------------------------------------------------------------------------*/
8 
9 void
10 Rast3d_filename(char *path, const char *elementName, const char *mapName,
11  const char *mapset)
12 {
13  G_file_name_misc(path, RASTER3D_DIRECTORY, elementName, mapName, mapset);
14 }
char * G_file_name_misc(char *, const char *, const char *, const char *, const char *)
Builds full path names to GIS misc data files.
Definition: file_name.c:55
void Rast3d_filename(char *path, const char *elementName, const char *mapName, const char *mapset)
Definition: filename.c:10
#define RASTER3D_DIRECTORY
Definition: raster3d.h:31
Definition: path.h:16