mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
22 lines
346 B
C
22 lines
346 B
C
/*
|
|
* $Id: template.c,v 1.2 1997-02-11 08:06:37 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
/* Imports */
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#include <template.h>
|
|
|
|
/* Exported definitions */
|
|
|
|
/* Local declarations */
|
|
|
|
static char
|
|
rcs_id[] = "$Id: template.c,v 1.2 1997-02-11 08:06:37 aet Exp $";
|
|
|
|
/* Implementation */
|
|
|