GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
Returns.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Screen_left
(
int
*index)
5
{
6
*index =
screen_left
;
7
}
8
9
void
COM_Screen_rite
(
int
*index)
10
{
11
*index =
screen_right
;
12
}
13
14
void
COM_Screen_bot
(
int
*index)
15
{
16
*index =
screen_bottom
;
17
}
18
19
void
COM_Screen_top
(
int
*index)
20
{
21
*index =
screen_top
;
22
}
23
24
void
COM_Number_of_colors
(
int
*ncolors)
25
{
26
*ncolors =
NCOLORS
;
27
}
driver.h
screen_top
int screen_top
Definition:
driver/init.c:35
COM_Number_of_colors
void COM_Number_of_colors(int *ncolors)
Definition:
Returns.c:24
screen_left
int screen_left
Definition:
driver/init.c:32
NCOLORS
int NCOLORS
Definition:
driver/init.c:30
screen_right
int screen_right
Definition:
driver/init.c:33
COM_Screen_left
void COM_Screen_left(int *index)
Definition:
Returns.c:4
COM_Screen_top
void COM_Screen_top(int *index)
Definition:
Returns.c:19
COM_Screen_rite
void COM_Screen_rite(int *index)
Definition:
Returns.c:9
driverlib.h
COM_Screen_bot
void COM_Screen_bot(int *index)
Definition:
Returns.c:14
screen_bottom
int screen_bottom
Definition:
driver/init.c:34
lib
driver
Returns.c
Generated on Wed Mar 18 2015 05:21:43 for GRASS Programmer's Manual by
1.8.9.1