mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
MV: src/net/lwip --> src/net/third_party/lwip
This commit is contained in:
10
src/net/third_party/lwip/stdlib.h
vendored
Normal file
10
src/net/third_party/lwip/stdlib.h
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LWIP_STDLIB_H
|
||||
#define LWIP_STDLIB_H
|
||||
|
||||
#include "kutils.h"
|
||||
|
||||
#define atoi k_atoi
|
||||
#define rand() 0
|
||||
#define exit(x) while(1)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user