Xinqi Bao's Git
projects
/
slstatus.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
Use the sioctl_open(3) OpenBSD API to access vol
[slstatus.git]
/
components
/
separator.c
1
/* See LICENSE file for copyright and license details. */
2
#include <stdio.h>
3
4
#include
"../util.h"
5
6
const char
*
7
separator
(
const char
*
separator
)
8
{
9
return
separator
;
10
}