File: types.h

package info (click to toggle)
htmldoc 1.7-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,472 kB
  • ctags: 657
  • sloc: cpp: 10,107; makefile: 80
file content (23 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * "$Id: types.h,v 1.6 1999/01/04 17:45:23 mike Exp $"
 *
 *   Common data types for HTMLDOC, an HTML document processing program.
 *
 *   Copyright 1997-1999 by Michael Sweet.
 *
 *   HTMLDOC is distributed under the terms of the GNU General Public License
 *   which is described in the file "COPYING-2.0".
 */

#ifndef _TYPES_H_
#  define _TYPES_H_

#  include "config.h"

typedef unsigned char uchar;

#endif /* !_TYPES_H_ */

/*
 * End of "$Id: types.h,v 1.6 1999/01/04 17:45:23 mike Exp $".
 */