Current section
Files
Jump to
Current section
Files
c_src/utils.h
#include <erl_nif.h>
#include <stdio.h>
#include <string.h>
#include "log.h"
ERL_NIF_TERM error_tuple(ErlNifEnv* env, const char* message);
ERL_NIF_TERM ok(ErlNifEnv* env, ERL_NIF_TERM value);
#define ATOM_ERROR(env) enif_make_atom(env, "error")
#define ATOM_OK(env) enif_make_atom(env, "ok")