[go: up one dir, main page]

File: lcstring.h

package info (click to toggle)
lincity 1.12.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,288 kB
  • ctags: 4,483
  • sloc: ansic: 31,919; sh: 3,538; makefile: 658; perl: 372; yacc: 316; sed: 16
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ---------------------------------------------------------------------- *
 * lcstring.h
 * This file is part of lincity.
 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
 * ---------------------------------------------------------------------- */
#ifndef __lcstring_h__
#define __lcstring_h__

#if defined (HAVE_STRING_H)
#include <string.h>
#endif
#if defined (HAVE_STRINGS_H)
#include <strings.h>
#endif
#if defined (HAVE_UNISTD_H)
#include <unistd.h>
#endif

#endif	/* __lcstring_h__ */