(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/graphics_protos.h>
LONG WritePixelLine8 (rp , xstart , ystart , width , array , tempRP )
LOCATION
In GfxBase at offset 129
SYNOPSIS
struct RastPort * rp
ULONG xstart
ULONG ystart
ULONG width
UBYTE * array
struct RastPort * tempRP
FUNCTION
INPUTS
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
31.01.1999 nlorentz
Corrected function headers
28.01.1999 nlorentz
Some new functions, not tested yet