Append bytes to circular buffer
int buff_append( buffer_t *bptr, 
                 char *dptr, 
                 int n );
This function appends n bytes from dptr (pointer to data block) to the circular buffer bptr.
The number of bytes currently stored in the buffer bptr.
QNX
| Safety: | |
|---|---|
| Interrupt handler | Not applicable | 
| Signal handler | Not applicable | 
| Thread | Not applicable | 
buff_create(), buff_delete(), buff_flush(), buff_getc(), buff_putc(), buff_waiting()