mkernel 0.0.1
Micro-kernel framework, everything as a module
|
#include "module.h"
#include "mkmod.h"
#include "gettext.h"
#include <stdio.h>
#include "debug/assert.h"
#include "debug/memory.h"
#include <math.h>
#include <gtk/gtk.h>
Go to the source code of this file.
Macros | |
#define | _(String) gettext (String) |
Functions | |
moduleinfo_t * | onLoad () |
uint8_t | onUnload () |
Variables | |
mkmod_api_t | module_api |
#define _ | ( | String | ) | gettext (String) |
Definition at line 20 of file mkmodgtk.c.
moduleinfo_t * onLoad | ( | ) |
Definition at line 91 of file mkmodgtk.c.
uint8_t onUnload | ( | ) |
Definition at line 97 of file mkmodgtk.c.
mkmod_api_t module_api |
Definition at line 35 of file mkmodgtk.c.