GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vector/dglib/examples/view.c File Reference
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <time.h>
#include <errno.h>
#include <ctype.h>
#include "../type.h"
#include "../graph.h"
#include "opt.h"
Include dependency graph for vector/dglib/examples/view.c:

Go to the source code of this file.

Macros

#define _EDGESET_OFFSET(pg, pl)   ((int)(pl) - (int)(pg)->pEdgeBuffer)

Functions

int main (int argc, char **argv)

Variables

int errno

Macro Definition Documentation

#define _EDGESET_OFFSET (   pg,
  pl 
)    ((int)(pl) - (int)(pg)->pEdgeBuffer)

Definition at line 40 of file vector/dglib/examples/view.c.


Function Documentation


Variable Documentation

int errno