mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 22:03:26 +00:00
12 lines
185 B
C
12 lines
185 B
C
/*
|
|
* $Id: template.h,v 1.2 1997-02-01 13:36:33 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
#if ! defined(TEMPLATE_H)
|
|
#define TEMPLATE_H
|
|
|
|
|
|
#endif /* TEMPLATE_H */
|