Lab5
 All Data Structures Functions Variables Groups
video_gr.h
1 #ifndef __VIDEO_GR_H
2 #define __VIDEO_GR_H
3 
21 void *vg_init(unsigned short mode);
22 
28 int vg_exit(void);
29 
32 #endif /* __VIDEO_GR_H */