[go: up one dir, main page]

File: lib.h

package info (click to toggle)
colo 1.16-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,080 kB
  • ctags: 2,267
  • sloc: ansic: 11,478; makefile: 308; asm: 121; sh: 52
file content (18 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * (C) P.Horton 2004
 *
 * $Id: lib.h 43 2004-04-20 18:54:39Z pdh $
 *
 * This code is covered by the GNU General Public License. For details see the file "COPYING".
 */

#ifndef _LIB_H_
#define _LIB_H_

#include <string.h>

typedef unsigned	UWORD32;

#endif

/* vi:set ts=3 sw=3 cin: */