Newer
Older
Microsoft / trbord / TRBORD.C
@tundra tundra on 24 May 2012 445 bytes Initial revision
/* TRBORD.C - Draw Standard Border With Prompts For T&R Communications Software Products
			Last Modified: 06/11/86
			Copyright (C) 1986,  T.A. Daneliuk
*/


#include	<stdio.h>
#include	<system.h>
#include	<t&r.h>
extern	char	copyright[];
extern	char	version[];


void	trbord()

{

	border(0,0,VWIDTH,VHEIGHT-2,clrbord);
	dsplylin(VHEIGHT-3,center(copyright),copyright,clrbmsg);
	dsplylin(0,VWIDTH-22,version,clrbmsg);

}