|
| iMatix home page | << | < | > | >> |
SFLVersion 2.10 |
#include "sflbits.h" int bits_term (void)
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.
{
mem_free (comp_zero);
mem_free (comp_ones);
return (0);
}
| | << | < | > | >> |
|