mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-13 03:48:47 -04: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
|