/* bitset-print.h - decls for printing bitsets
 *
 ****************************************************************
 * Copyright (C) 2000 Thomas Lord
 * 
 * See the file "COPYING" for further information about
 * the copyright and warranty status of this work.
 */




#ifndef INCLUDE__BITSETS__BITSET_PRINT_H
#define INCLUDE__BITSETS__BITSET_PRINT_H



#include "hackerlab/bitsets/bitset.h"


/* automatically generated __STDC__ prototypes */
extern void bitset_print (int fd,
			  bit_t size,
			  bitset set,
			  t_uchar * name,
			  int is_static,
			  int decls_only);
#endif  /* INCLUDE__BITSETS__BITSET_PRINT_H */


syntax highlighted by Code2HTML, v. 0.9.1