objc

Functions
sys.h File Reference

System management functions. More...

#include "assert.h"
#include "atomic.h"
#include "date.h"
#include "env.h"
#include "event.h"
#include "hash.h"
#include "hashtable.h"
#include "memory.h"
#include "printf.h"
#include "random.h"
#include "sync.h"
#include "thread.h"
#include "timer.h"
Include dependency graph for sys.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sys_init (void)
 Initializes the system on startup. More...
 
void sys_exit (void)
 Cleans up the system on shutdown. More...
 

Detailed Description

System management functions.

Definition in file sys.h.