mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
19 lines
267 B
C
19 lines
267 B
C
/*
|
|
* $Id: template.c,v 1.1 1997-01-24 07:12:41 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
/* Imports */
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#include <template.h>
|
|
|
|
/* Exported definitions */
|
|
|
|
/* Local declarations */
|
|
|
|
/* Implementation */
|
|
|