mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 13:53:54 +00:00
29 lines
397 B
C
29 lines
397 B
C
/*
|
|
* $Id: machine.c,v 1.1 1997-02-11 07:52:16 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: machine.c,v 1.1 1997-02-11 07:52:16 aet Exp $";
|
|
|
|
static void
|
|
bullshit();
|
|
|
|
/* Implementation */
|
|
|
|
static void
|
|
bullshit(){
|
|
}
|
|
|