added copyright notice
This commit is contained in:
parent
b410ca7f8c
commit
bb4210de79
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
extern double _fif();
|
extern double _fif();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,22 @@
|
||||||
#
|
#
|
||||||
; $Header$
|
; $Header$
|
||||||
|
;
|
||||||
|
; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
;
|
||||||
|
; This product is part of the Amsterdam Compiler Kit.
|
||||||
|
;
|
||||||
|
; Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
; obtained in writing. Requests for such permissions may be sent to
|
||||||
|
;
|
||||||
|
; Dr. Andrew S. Tanenbaum
|
||||||
|
; Wiskundig Seminarium
|
||||||
|
; Vrije Universiteit
|
||||||
|
; Postbox 7161
|
||||||
|
; 1007 MC Amsterdam
|
||||||
|
; The Netherlands
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
mes 2,EM_WSIZE,EM_PSIZE
|
mes 2,EM_WSIZE,EM_PSIZE
|
||||||
|
|
||||||
#define FARG 0
|
#define FARG 0
|
||||||
|
|
|
@ -1,5 +1,22 @@
|
||||||
#
|
#
|
||||||
; $Header$
|
; $Header$
|
||||||
|
;
|
||||||
|
; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
;
|
||||||
|
; This product is part of the Amsterdam Compiler Kit.
|
||||||
|
;
|
||||||
|
; Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
; obtained in writing. Requests for such permissions may be sent to
|
||||||
|
;
|
||||||
|
; Dr. Andrew S. Tanenbaum
|
||||||
|
; Wiskundig Seminarium
|
||||||
|
; Vrije Universiteit
|
||||||
|
; Postbox 7161
|
||||||
|
; 1007 MC Amsterdam
|
||||||
|
; The Netherlands
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
mes 2,EM_WSIZE,EM_PSIZE
|
mes 2,EM_WSIZE,EM_PSIZE
|
||||||
|
|
||||||
#define ARG1 0
|
#define ARG1 0
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
#include <pc_err.h>
|
#include <pc_err.h>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
; $Header$
|
; $Header$
|
||||||
|
;
|
||||||
|
; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
;
|
||||||
|
; This product is part of the Amsterdam Compiler Kit.
|
||||||
|
;
|
||||||
|
; Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
; obtained in writing. Requests for such permissions may be sent to
|
||||||
|
;
|
||||||
|
; Dr. Andrew S. Tanenbaum
|
||||||
|
; Wiskundig Seminarium
|
||||||
|
; Vrije Universiteit
|
||||||
|
; Postbox 7161
|
||||||
|
; 1007 MC Amsterdam
|
||||||
|
; The Netherlands
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
mes 2,EM_WSIZE,EM_PSIZE
|
mes 2,EM_WSIZE,EM_PSIZE
|
||||||
|
|
||||||
; _hol0 return the address of the ABS block (hol0)
|
; _hol0 return the address of the ABS block (hol0)
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
notext(f) struct file *f; {
|
notext(f) struct file *f; {
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _cls();
|
extern _cls();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/* function perrno:integer; extern; */
|
/* function perrno:integer; extern; */
|
||||||
|
|
||||||
extern int errno;
|
extern int errno;
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern int *_extfl;
|
extern int *_extfl;
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _wf();
|
extern _wf();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _rf();
|
extern _rf();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
#include <pc_err.h>
|
#include <pc_err.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _rf();
|
extern _rf();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
double _rnd(r) double r; {
|
double _rnd(r) double r; {
|
||||||
return(r + (r<0 ? -0.5 : 0.5));
|
return(r + (r<0 ? -0.5 : 0.5));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,23 @@
|
||||||
#define PROC 0
|
#define PROC 0
|
||||||
|
|
||||||
; $Header$
|
; $Header$
|
||||||
|
;
|
||||||
|
; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
;
|
||||||
|
; This product is part of the Amsterdam Compiler Kit.
|
||||||
|
;
|
||||||
|
; Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
; obtained in writing. Requests for such permissions may be sent to
|
||||||
|
;
|
||||||
|
; Dr. Andrew S. Tanenbaum
|
||||||
|
; Wiskundig Seminarium
|
||||||
|
; Vrije Universiteit
|
||||||
|
; Postbox 7161
|
||||||
|
; 1007 MC Amsterdam
|
||||||
|
; The Netherlands
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
mes 2,EM_WSIZE,EM_PSIZE
|
mes 2,EM_WSIZE,EM_PSIZE
|
||||||
|
|
||||||
; _sig is called with one parameter:
|
; _sig is called with one parameter:
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/* function strbuf(var b:charbuf):string; */
|
/* function strbuf(var b:charbuf):string; */
|
||||||
|
|
||||||
char *strbuf(s) char *s; {
|
char *strbuf(s) char *s; {
|
||||||
|
|
|
@ -1,6 +1,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
; $Header$
|
; $Header$
|
||||||
|
;
|
||||||
|
; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
;
|
||||||
|
; This product is part of the Amsterdam Compiler Kit.
|
||||||
|
;
|
||||||
|
; Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
; obtained in writing. Requests for such permissions may be sent to
|
||||||
|
;
|
||||||
|
; Dr. Andrew S. Tanenbaum
|
||||||
|
; Wiskundig Seminarium
|
||||||
|
; Vrije Universiteit
|
||||||
|
; Postbox 7161
|
||||||
|
; 1007 MC Amsterdam
|
||||||
|
; The Netherlands
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
mes 2,EM_WSIZE,EM_PSIZE
|
mes 2,EM_WSIZE,EM_PSIZE
|
||||||
|
|
||||||
#define TRAP 0
|
#define TRAP 0
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/* function uread(fd:integer; var b:buf; n:integer):integer; */
|
/* function uread(fd:integer; var b:buf; n:integer):integer; */
|
||||||
|
|
||||||
extern int read();
|
extern int read();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/* function uwrite(fd:integer; var b:buf; n:integer):integer; */
|
/* function uwrite(fd:integer; var b:buf; n:integer):integer; */
|
||||||
|
|
||||||
extern int write();
|
extern int write();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern struct file *_curfil;
|
extern struct file *_curfil;
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
#include <pc_err.h>
|
#include <pc_err.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _wf();
|
extern _wf();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _wstrin();
|
extern _wstrin();
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
/*
|
||||||
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
|
*
|
||||||
|
* This product is part of the Amsterdam Compiler Kit.
|
||||||
|
*
|
||||||
|
* Permission to use, sell, duplicate or disclose this software must be
|
||||||
|
* obtained in writing. Requests for such permissions may be sent to
|
||||||
|
*
|
||||||
|
* Dr. Andrew S. Tanenbaum
|
||||||
|
* Wiskundig Seminarium
|
||||||
|
* Vrije Universiteit
|
||||||
|
* Postbox 7161
|
||||||
|
* 1007 MC Amsterdam
|
||||||
|
* The Netherlands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <pc_file.h>
|
#include <pc_file.h>
|
||||||
|
|
||||||
extern _wss();
|
extern _wss();
|
||||||
|
|
Loading…
Reference in a new issue