/* --- Copyright University of Sussex 1989.  All rights reserved. ---------
 > File:			C.all/lib/ved/bbcvt100.p
 > Purpose:		    Ved library for bbc micro with vt100 termulator
 > Author:			Unknown, installed by Tom Khabaza, Oct 29 1985 (see revisions)
 > Documentation:	HELP * BBCVT100
 > Related Files:
 */

#_TERMIN_IF DEF POPC_COMPILING

uses vedbbcvt100

section;

define global bbcvt100();
	vedbbcvt100();
enddefine;

if iscaller(vedsetup) then bbcvt100() endif;

endsection;

/*	--- Revision History ---------------------------------------------------
--- Rob Duncan, Oct 27 1989
		Renamed as "vedbbcvt100.p", keeping this file as an alias
--- Ben Rubinstein, Oct 12 1986  - vedenter, vedredo indirected through ..key
--- Mark Rubinstein, Feb 14 1986 - cleaned up some more.
--- Mark Rubinstein, Nov  8 1985 - made public
--- Mark Rubinstein, Dec 12 1984 - tidied up.
 */
