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
address from to address to.
blt512 does a fast copy of count number of consecutive 512
byte units starting at address from to address to.
Page 1 (last mod. 1/14/87)