GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
V_line.c
Go to the documentation of this file.
1
28
#include <grass/vask.h>
29
30
50
int
V_line
(
int
linenumber,
const
char
*text)
51
{
52
if
(linenumber >= MAX_LINE || linenumber < 0) {
53
V_error
(
"Linenumber out of bounds in call to V_line"
);
54
return
(-1);
55
}
56
V__
.page.line[linenumber] = text;
57
58
return
0;
59
}
lib
vask
V_line.c
Generated on Sun Sep 9 2012 18:55:35 for GRASS Programmer's Manual by
1.8.1.2