blob: f3317708807ceac2d43a54771a5046e0d5dd2226 [file] [log] [blame] [view] [raw]
---
title: facil.io - FIOBJ Primitives
sidebar: 0.7.x/_sidebar.md
---
# {{{title}}}
The following Primitive types are defined:
#### `fiobj_null`
```c
FIOBJ fiobj_null(void);
```
A `null` primitive object.
Although primitive objects aren't dynamically allocated, it's good practice to call `fiobj_free` to "deallocate" them all the same.
#### `fiobj_true`
```c
FIOBJ fiobj_true(void);
```
A `null` primitive object.
Although primitive objects aren't dynamically allocated, it's good practice to call `fiobj_free` to "deallocate" them all the same.
#### `fiobj_false`
```c
FIOBJ fiobj_false(void);
```
A `null` primitive object.
Although primitive objects aren't dynamically allocated, it's good practice to call `fiobj_free` to "deallocate" them all the same.