/* SG C Tools 1.2 (C) 1993 Steve Goldsmith All Rights Reserved Compiled with HI-TECH C 3.09 (CP/M-80). */ #include #include extern ushort vdcScrSize; extern ushort vdcAttrMem; /* fast attr page clear with any byte */ void clrattrvdc(uchar Attr) { fillmemvdc(vdcAttrMem,vdcScrSize,Attr); }