| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

 

linebuf_destroy

#include "sfllbuf.h"
void
linebuf_destroy (LINEBUF *buffer)

Synopsis

Destroys a line buffer and frees its memory.

Source Code - (sfllbuf.c)

{
    ASSERT (buffer);

    mem_free (buffer-> data);
    mem_free (buffer);
}

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation