blt(3C) blt(3C)NAME blt, blt512 - block transfer data SYNOPSIS int blt(to, from, count) char *to; char *from; int count; int blt512(to, from, count) char *to; char *from; int count; DESCRIPTION blt does a fast copy of count bytes of data starting at ad- dress from to address to. blt512 does a fast copy of count number of consecutive 512 byte units starting at address from to address to. SEE ALSO memory(3). April, 1990 1