MV: src/net/lwip --> src/net/third_party/lwip

This commit is contained in:
boreddevnl
2026-04-19 01:06:42 +02:00
parent 4fc48eab73
commit 5be803e4d4
258 changed files with 7 additions and 7 deletions

10
src/net/third_party/lwip/stdlib.h vendored Normal file
View 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