#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "nilorea/n_common.h"
#include "nilorea/n_log.h"
#include "nilorea/n_gui.h"
Go to the source code of this file.
◆ ALLEGRO_UNSTABLE
| #define ALLEGRO_UNSTABLE 1 |
◆ expect_true()
| static void expect_true |
( |
const char * |
label, |
|
|
int |
cond |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 73 of file ex_gui_hexview.c.
References expect_true(), failures, gui, LOG_ERR, log_level, LOG_NOTICE, n_gui_add_hexview(), n_gui_add_window(), n_gui_destroy_ctx(), n_gui_hexview_get_length(), n_gui_hexview_set_data(), n_gui_new_ctx(), n_gui_set_display_size(), n_log, process_args(), and set_log_level().
◆ process_args()
| static int process_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ failures
◆ log_level