mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
11 lines
134 B
C
11 lines
134 B
C
#ifndef LWIP_STDLIB_H
|
|
#define LWIP_STDLIB_H
|
|
|
|
#include "kutils.h"
|
|
|
|
#define atoi atoi
|
|
#define rand() 0
|
|
#define exit(x) while(1)
|
|
|
|
#endif
|