1 /*
2 props.c
3 */
4
5 #include "NULL.h"
6
7
8 void tv_screen_set_bkgrnd(Tv_screen * tv_screen, long unsigned int color)
9 {
10 }
11
12 void tv_screen_set_color(Tv_screen * tv_screen, long unsigned int color)
13 {
14 }
15
16 void tv_screen_set_op(Tv_screen * tv_screen, int op)
17 {
18 }
19
20 void tv_screen_set_linewidth(Tv_screen * tv_screen, int width)
21 {
22 }
23
24 void tv_screen_set_linestyle(Tv_screen * tv_screen, int style)
25 {
26 }
27
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.