home *** CD-ROM | disk | FTP | other *** search
- /** CATIO.H National Language Support OS2 Include File
- *.
- *. (C) COPYRIGHT International Business Machines Corp. 1985, 1990
- *. All Rights Reserved
- *. Licensed Materials - Property of IBM
- *.
- *. US Government Users Restricted Rights - Use, duplication or
- *. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *.
- ** Description:
- *
- * The CATIO.H file is part of the National Language Support
- * system for OS/2 and AIX operating systems. Programmers
- * interested in writing NLS enabled applications would include
- * this file in their source files.
- *
- ** Notes:
- *
- *) For OS/2 development the NLS libraries must precede any C Set/2
- * libraries, in order to supercede C Set/2 obsolete NLS routines.
- *
- *) For AIX development, this file is not needed since NLS is imbedded
- * in all AIX system include files.
- *
- *) Future versions of C Set/2 will support this version of NLS and at
- * that time this include file, and its associated libraries may be removed
- * from the build process (the make file).
- *
- **/
-
- #ifndef daylight /* extracted from CSET2 time.h */
-
- char * _Optlink _strdate( char * );
- char * _Optlink _strtime( char * );
-
- extern int _daylight; /* non-zero if daylight savings time is used */
- extern long _timezone; /* difference in seconds between UCT and local time */
- extern char *_tzname[2]; /* std/daylight savings time zone names */
-
- #endif
-
- void _Optlink _exit( int ); /* extracted from CSET2 stdlib.h */
-
- extern int _cat_do_open(nl_catd);
- extern void _cat_hard_close(nl_catd);
-
- #ifdef __stdio_h
- extern FILE *_cat_openfile(char *);
- #endif
-
-