Added copyright notice
This commit is contained in:
parent
23b11bb0ba
commit
90c3d3eb5d
@ -1,5 +1,10 @@
|
|||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
|
*/
|
||||||
|
|
||||||
long _abl(i) long i;
|
long _abl(i) long i;
|
||||||
{
|
{
|
||||||
return( i>=0?i:-i);
|
return( i>=0?i:-i);
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
|
*/
|
||||||
|
|
||||||
/* builtin.c - built in named processes */
|
/* builtin.c - built in named processes */
|
||||||
#include "ocm_chan.h"
|
#include "ocm_chan.h"
|
||||||
#ifndef nil
|
#ifndef nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user