|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>#include <stdio.h>#include <grass/segment.h>
Go to the source code of this file.
Macros | |
| #define | NCOLS 100 |
| #define | NROWS 100 |
| #define | SROWS 8 |
| #define | SCOLS 8 |
| #define | LEN 2 |
| #define | NSEGS 4 |
Functions | |
| int | main (int argc, char **argv) |
| #define LEN 2 |
Definition at line 28 of file segment/try.c.
Referenced by main().
| #define NCOLS 100 |
Definition at line 24 of file segment/try.c.
Referenced by main().
| #define NROWS 100 |
Definition at line 25 of file segment/try.c.
Referenced by main().
| #define NSEGS 4 |
Definition at line 29 of file segment/try.c.
Referenced by main().
| #define SCOLS 8 |
Definition at line 27 of file segment/try.c.
Referenced by main().
| #define SROWS 8 |
Definition at line 26 of file segment/try.c.
Referenced by main().
Definition at line 41 of file segment/try.c.
References menudata::data, fd, LEN, NCOLS, NROWS, NSEGS, SCOLS, segment_format(), segment_get(), segment_init(), segment_put_row(), segment_release(), and SROWS.