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.
_bk_defines.h File Reference
#include <stdlib.h>
Include dependency graph for _bk_defines.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ BK_EINVAL

#define BK_EINVAL   22

◆ BK_ENOMEM

#define BK_ENOMEM   12

◆ BK_ERANGE

#define BK_ERANGE   34

◆ BK_FALSE

#define BK_FALSE   0

◆ BK_OK

#define BK_OK   0

◆ BK_TRUE

#define BK_TRUE   (!BK_FALSE)

Typedef Documentation

◆ bk_bool

typedef int bk_bool

◆ bk_err

typedef int bk_err