[go: up one dir, main page]

File: lcstring.h

package info (click to toggle)
lincity 1.13.1-11
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 7,000 kB
  • ctags: 4,879
  • sloc: ansic: 32,743; sh: 8,578; makefile: 578; perl: 445; 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__ */