#include <banjo/error.h>
#include <banjo/log.h>
#include <banjo/main.h>
#include <stdio.h>
Go to the source code of this file.
◆ demonstrate_error_copy()
| void demonstrate_error_copy |
( |
void | | ) |
|
◆ demonstrate_error_matching()
| void demonstrate_error_matching |
( |
void | | ) |
|
◆ demonstrate_zero_cost()
| void demonstrate_zero_cost |
( |
void | | ) |
|
◆ initialize_server()
| void initialize_server |
( |
const char * | config_path, |
|
|
int | port, |
|
|
bj_error ** | error ) |
◆ load_config_file()
| void load_config_file |
( |
const char * | path, |
|
|
bj_error ** | error ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ open_network_port()
| void open_network_port |
( |
int | port, |
|
|
bj_error ** | error ) |