Skip to content

fauzanzaid/BitSet-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSet in C

An implementation of bit sets in C.

Building

To build the static library, run the following commands from the terminal:

mkdir build && cd build && cmake .. && make ; cd ..

This will build libBitSet.a in ./bin directory.

Usage

Include BitSet.h in the source file and link to libBitSet.a while compiling the source file.

See include/BitsSet.h for information about functionality provided by this module.

About

An implementation of Bit set or Bit arrays in C

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published