mainly new comments

This commit is contained in:
ceriel
1988-02-19 15:54:01 +00:00
parent 66a964553f
commit 9a93a52d2e
61 changed files with 529 additions and 58 deletions

View File

@@ -1,5 +1,15 @@
(*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*)
(*$R-*)
IMPLEMENTATION MODULE Strings;
(*
Module: String manipulations
Author: Ceriel J.H. Jacobs
Version: $Header$
*)
PROCEDURE Assign(source: ARRAY OF CHAR; VAR dest: ARRAY OF CHAR);
(* Assign string source to dest