Simplify return values (#114)

Introduce bk_err and bk_bool rather than using int for both of these.
This means that the function definition now specifies whether 0 means
no error, or whether it means false.
This commit is contained in:
Bailey Thompson
2020-08-17 16:55:29 -04:00
committed by GitHub
parent 724c0e51c9
commit e3bc87298f
53 changed files with 904 additions and 884 deletions

View File

@@ -1,5 +1,3 @@
#include <limits.h>
#include <memory.h>
#include "test.h"
#include "../src/include/multimap.h"