mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
6e64bc845f
osreldate.h and sys/param.h were manually adjusted to not __FreeBSD_version since it will be defined by the compiler.
5 lines
88 B
C
Vendored
5 lines
88 B
C
Vendored
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
#include <stdlib.h>
|
|
#include <malloc_np.h> |