2.2. [+] fx_error_kernel

2.2.1. SYNOPSIS

#include <fx_error/kernel.h>

const struct fx_error *fx_error_from_kernel(int code);
// return fx_error_t * from kernel error code

void fx_error_kraise(int code);
// raise fx_error from kernel error code

// pre-defined errors corespond with kernel error codes
// for example: EPERM corespond with FX_EPERM

libfx v0.0.0 © Copyright 2018, Kevin Leptons. Created using Sphinx 1.6.5

Last updated 2018/02/20 06:12