mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +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
|