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

 

bits_term

#include "sflbits.h"
int
bits_term (void)

Synopsis

Terminates bitstring functions. You must call this when you are finished using the bitstring functions. Returns 0 if okay, -1 if there was an error.

Source Code - (sflbits.c)

{
    mem_free (comp_zero);
    mem_free (comp_ones);
    return (0);
}

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