mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
26 lines
433 B
C
26 lines
433 B
C
/*
|
|
* $Id: static_data.c,v 1.1 1997-02-13 05:59:19 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
/* Imports */
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#include <util.h>
|
|
#include <mem.h>
|
|
#include <bytecode.h>
|
|
#include <machine.h>
|
|
#include <static_data.h>
|
|
|
|
/* Exported definitions */
|
|
|
|
/* Local declarations */
|
|
|
|
static char
|
|
rcs_id[] = "$Id: static_data.c,v 1.1 1997-02-13 05:59:19 aet Exp $";
|
|
|
|
/* Implementation */
|
|
|