mirror of
https://github.com/bkthomps/Containers.git
synced 2025-11-16 12:34:47 +00:00
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:
@@ -1,5 +1,3 @@
|
||||
#include <limits.h>
|
||||
#include <memory.h>
|
||||
#include "test.h"
|
||||
#include "../src/include/multimap.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user