Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | BK_OK 0 |
#define | BK_ENOMEM 12 |
#define | BK_EINVAL 22 |
#define | BK_ERANGE 34 |
#define | BK_FALSE 0 |
#define | BK_TRUE (!BK_FALSE) |
Typedefs | |
typedef int | bk_err |
typedef int | bk_bool |
#define BK_EINVAL 22 |
#define BK_ENOMEM 12 |
#define BK_ERANGE 34 |
#define BK_FALSE 0 |
#define BK_OK 0 |
#define BK_TRUE (!BK_FALSE) |
typedef int bk_bool |
typedef int bk_err |