mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
14 lines
No EOL
149 B
C
14 lines
No EOL
149 B
C
#ifndef _SYS_KLOG_H
|
|
#define _SYS_KLOG_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int klogctl (int, char *, int);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |