/* $Header: d:/cvsroot/tads/TADS2/STD.H,v 1.2 1999/05/17 02:52:13 MJRoberts Exp $ */ /* * Copyright (c) 1991, 2002 Michael J. Roberts. All Rights Reserved. * * Please see the accompanying license file, LICENSE.TXT, for information * on using and copying this software. */ /* Name std.h - standard definitions Function Various standard definitions Notes None Modified 12/30/92 MJRoberts - adjusted to use lib.h 08/03/91 MJRoberts - creation */ #ifndef STD_INCLUDED #define STD_INCLUDED /* pick up definitions from central library header */ #ifndef LIB_INCLUDED # include "lib.h" #endif #ifndef OS_INCLUDED # include "os.h" #endif #endif /* STD_INCLUDED */