Main Page | Data Structures | Directories | File List | Data Fields | Globals

lcstring.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * lcstring.h
00003  * This file is part of lincity.
00004  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
00005  * ---------------------------------------------------------------------- */
00006 #ifndef __lcstring_h__
00007 #define __lcstring_h__
00008 
00009 #if defined (HAVE_STRING_H)
00010 #include <string.h>
00011 #endif
00012 #if defined (HAVE_STRINGS_H)
00013 #include <strings.h>
00014 #endif
00015 #if defined (HAVE_UNISTD_H)
00016 #include <unistd.h>
00017 #endif
00018 
00019 #endif  /* __lcstring_h__ */

Generated on Sun Dec 26 11:23:24 2004 for lincity by  doxygen 1.3.9.1