(****************************************************************)
(*                                                              *)
(*         Gardens Point Modula-2 Library Definition            *)
(*                                                              *)
(*                                                              *)
(*     (c) Copyright 1996 Faculty of Information Technology     *)
(*              Queensland University of Technology             *)
(*                                                              *)
(*     Permission is granted to use, copy and change this       *)
(*     program as long as the copyright message is left intact  *)
(*                                                              *)
(****************************************************************)

(* Implicit library support for STRING type in GPM (kjg Jul 96) *)

INTERFACE DEFINITION MODULE VARSTRS;
  IMPORT IMPLEMENTATION FROM "varstrs.o";
END VARSTRS.