Added debugger message routines

This commit is contained in:
ceriel
1990-06-20 11:59:57 +00:00
parent 87d9000d0f
commit a43f3f97c2
4 changed files with 125 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
/* $Header$ */
/*
* (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <em.h>
#include <em_mes.h>
C_ms_lin(l)
int l;
{
C_mes_begin(ms_lin);
C_cst((arith) l);
C_mes_end();
}