[go: up one dir, main page]

File: exp_win.h

package info (click to toggle)
dejagnu 1.3-8
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 6,980 kB
  • ctags: 2,855
  • sloc: ansic: 41,277; exp: 9,037; sh: 2,765; makefile: 2,431; lisp: 1,403; tcl: 1,242
file content (20 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* exp_win.h - window support

Written by: Don Libes, NIST, 10/25/93

This file is in the public domain.  However, the author and NIST
would appreciate credit if you use this file or parts of it.
*/

int exp_window_size_set();
int exp_window_size_get();

void exp_win_rows_set();
void exp_win_rows_get();
void exp_win_columns_set();
void exp_win_columns_get();

void exp_win2_rows_set();
void exp_win2_rows_get();
void exp_win2_columns_set();
void exp_win2_columns_get();