/* xtinfo.h internal header */

		/* type definitions */
typedef struct {
	const char *_Ampm;
	const char *_Days;
	const char *_Formats;
	const char *_Isdst;
	const char *_Months;
	const char *_Tzone;
	} _Tinfo;
		/* declarations */
extern _Tinfo _Times;

