home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------*/
- /* 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 );
-