boredos_mirror/src/net/third_party/lwip/stdlib.h

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