mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
pr: Standardize string functions for freestanding env #29
This commit is contained in:
committed by
GitHub
parent
51900ca0a7
commit
f171ff7278
2
src/net/third_party/lwip/stdlib.h
vendored
2
src/net/third_party/lwip/stdlib.h
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "kutils.h"
|
||||
|
||||
#define atoi k_atoi
|
||||
#define atoi atoi
|
||||
#define rand() 0
|
||||
#define exit(x) while(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user