home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
LIB
/
SCRSIZE.H
< prev
next >
Wrap
Text File
|
1992-11-27
|
932b
|
23 lines
/*--------------------------------------------------------------------*/
/* s c r s i z e . h */
/* */
/* Report screen size under OS/2 */
/* */
/* Copyright (c) 1992 by Kendra Electronic Wonderworks. */
/* All rights reserved except those explicitly granted by */
/* the UUPC/extended license. */
/*--------------------------------------------------------------------*/
/*
* $Id: SCRSIZE.H 1.1 1992/11/27 14:36:53 ahd Exp $
*
* $Log: SCRSIZE.H $
* Revision 1.1 1992/11/27 14:36:53 ahd
* Initial revision
*
*/
#define PAGESIZE 25 /* Value returned in case of error */
short scrsize( void );