mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
9 lines
110 B
C
Vendored
9 lines
110 B
C
Vendored
#ifndef _SYS_REG_H
|
|
#define _SYS_REG_H
|
|
|
|
#include <limits.h>
|
|
#include <unistd.h>
|
|
|
|
#include <bits/reg.h>
|
|
|
|
#endif
|