Commits
Dana Robinson committed e13e6eb57cd
Replaced biohdf_bool with int, TRUE with 1 and FALSE with 0. There is no real good solution to booleans in C aside from int. The C99 bool is madness and BioHDF doesn't need to add another boolean enum to the world.