GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
Loading...
Searching...
No Matches
neta.h
Go to the documentation of this file.
1/****************************************************************
2 *
3 * MODULE: netalib
4 *
5 * AUTHOR(S): Daniel Bundala (Google Summer of Code 2009)
6 *
7 * PURPOSE: NETwork Analysis Library
8 *
9 * SPDX-FileCopyrightText: 2009-2010 Daniel Bundala
10 * SPDX-FileCopyrightText: GRASS Development Team
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 ****************************************************************/
14
15#ifndef GRASS_NETA_H
16#define GRASS_NETA_H
17
18#include <stdio.h>
19#include <stdlib.h>
20#include <grass/gis.h>
21#include <grass/vector.h>
22#include <grass/dbmi.h>
23#include <grass/glocale.h>
24#include <grass/dgl/graph.h>
25
26#include <grass/defs/neta.h>
27
28#endif
Main header of GRASS DataBase Management Interface.