mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 13:53:54 +00:00
14 lines
213 B
C
14 lines
213 B
C
/*
|
|
* $Id: template.h,v 1.1 1997-01-24 07:12:50 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
#if ! defined(TEMPLATE_H)
|
|
#define TEMPLATE_H
|
|
|
|
typedef unsigned char
|
|
Byte;
|
|
|
|
#endif /* TEMPLATE_H */
|