BLT(3) — Silicon Graphics
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.
Version 2.5r1 — October 29, 1986