mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
10 lines
110 B
C
Vendored
10 lines
110 B
C
Vendored
#ifndef _SYS_REG_H
|
|
#define _SYS_REG_H
|
|
|
|
#include <limits.h>
|
|
#include <unistd.h>
|
|
|
|
#include <bits/reg.h>
|
|
|
|
#endif
|