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