mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
16 lines
340 B
C
16 lines
340 B
C
|
|
/*
|
|
** Copyright (C) 1997 The University of Melbourne.
|
|
** This file may only be copied under the terms of the GNU Library General
|
|
** Public License - see the file COPYING.LIB in the Mercury distribution.
|
|
**
|
|
** $Id: template.h,v 1.7 1997-07-27 14:59:31 fjh Exp $
|
|
*/
|
|
|
|
|
|
#ifndef MB_TEMPLATE_H
|
|
#define MB_TEMPLATE_H
|
|
|
|
|
|
#endif /* MB_TEMPLATE_H */
|