Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
include
sys
klog.h
pretty
plain
permalink
blame
history
•
14 lines
•
150 B
1
#ifndef	_SYS_KLOG_H
2
#define	_SYS_KLOG_H
3
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
8
int klogctl (int, char *, int);
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif