picofuse

init.h File Reference

System initialization and cleanup hooks. More...

#include "stdio.h"
#include <stddef.h>
Include dependency graph for init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Lifecycle
void sys_init (int argc, char *argv[], size_t arena_size, sys_stdio_t stdio)
 Initializes the system on startup. More...
 
void sys_exit (void)
 Cleans up the system on shutdown.
 

Detailed Description

System initialization and cleanup hooks.

Definition in file init.h.