Main Page | Data Structures | File List | Data Fields | Globals

blit/blit.h File Reference

Functions that uses the blitter to set or move buffers. More...

#include <stddef.h>

Functions

void * blitset (void *dst, int c, size_t n)
void * blitmove (void *src, void *dst, size_t n)


Detailed Description

Functions that uses the blitter to set or move buffers.


Function Documentation

void* blitmove void *  src,
void *  dst,
size_t  n
 

Move a number of bytes from src buffer to dst buffer. The two buffers may overlap in memory.

Parameters:
src  Address of the source buffer
dst  Address of the target buffer
n  Number of bytes to move

void* blitset void *  dst,
int  c,
size_t  n
 

Set the n bytes of the buffer starting at dst with character c.

Parameters:
dst  Buffer address
c  Byte to be used to fill the buffer
n  Number of bytes to set


Generated on Wed Jan 10 03:11:03 2007 for The Removers Libraries by  doxygen 1.4.4