bitlib_c  0.2.4
view.h
Go to the documentation of this file.
1 #ifndef _VIEW_H_
2 #define _VIEW_H_
3 
15 void bl_view_image(char* file_name);
16 
28 void bl_view_video(char* file_name);
29 
30 #endif
bl_view_image
void bl_view_image(char *file_name)
bl_view_video
void bl_view_video(char *file_name)