GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
g3dmapset.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 "
G3d_intern.h
"
6
7
/*---------------------------------------------------------------------------*/
8
9
void
G3d_makeMapsetMapDirectory
(
const
char
*mapName)
10
{
11
char
buf[GNAME_MAX +
sizeof
(G3D_DIRECTORY) + 2];
12
13
sprintf(buf,
"%s/%s"
, G3D_DIRECTORY, mapName);
14
G__make_mapset_element
(buf);
15
}
G3d_makeMapsetMapDirectory
void G3d_makeMapsetMapDirectory(const char *mapName)
Definition:
g3dmapset.c:9
G3d_intern.h
G__make_mapset_element
int G__make_mapset_element(const char *p_element)
Create element in the current mapset.
Definition:
mapset_msc.c:34
lib
g3d
g3dmapset.c
Generated on Fri Sep 5 2014 08:29:30 for GRASS Programmer's Manual by
1.8.8