mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
10 lines
134 B
C
10 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
|