OSDN Git Service

daily update
[pf3gnuchains/pf3gnuchains3x.git] / expect / exp_win.h
1 /* exp_win.h - window support
2
3 Written by: Don Libes, NIST, 10/25/93
4
5 This file is in the public domain.  However, the author and NIST
6 would appreciate credit if you use this file or parts of it.
7 */
8
9 int exp_window_size_set();
10 int exp_window_size_get();
11
12 void exp_win_rows_set();
13 void exp_win_rows_get();
14 void exp_win_columns_set();
15 void exp_win_columns_get();
16
17 void exp_win2_rows_set();
18 void exp_win2_rows_get();
19 void exp_win2_columns_set();
20 void exp_win2_columns_get();