Files
mercury/bytecode/template.c
1997-02-11 08:06:37 +00:00

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 */