Header --> Id

This commit is contained in:
ceriel
1994-06-24 11:31:16 +00:00
parent 6cec9aca97
commit 5c83e7dbb5
908 changed files with 909 additions and 909 deletions

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
Various small but non-trivial test programs that have been useful in
testing and debugging the EM interpreter.

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
Test access to args and environ

View File

@@ -1,4 +1,4 @@
{ $Header$ }
{ $Id$ }
program ArrayWithoutArray(input, output);
{ We simulate a (read-only) array by constructing a mapping

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
Test forking

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/* Testing ioctl monitor call */
#include <sgtty.h>

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
#PARAMS do not remove this line

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
Test access to fields in struct stat

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
Test combination of signal and setjmp/longjmp

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
#include <signal.h>