FDOSTUI
FreeDOS Text User Interface
file.hpp
1 /*
2  FILE.HPP
3 
4  License CC0 PUBLIC DOMAIN
5 
6  To the extent possible under law, Mark J. Olesen has waived all copyright
7  and related or neighboring rights to FDOSTUI Library. This work is published
8  from: United States.
9 */
10 #ifndef __file_hpp__
11 
12 unsigned char*
13 file_dialog_open();
14 
15 #define __file_hpp__
16 #endif