separator.c - slstatus - status monitor | |
git clone git://git.suckless.org/slstatus | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
separator.c (197B) | |
--- | |
1 /* See LICENSE file for copyright and license details. */ | |
2 #include <stdio.h> | |
3 | |
4 #include "../util.h" | |
5 #include "../slstatus.h" | |
6 | |
7 const char * | |
8 separator(const char *separator) | |
9 { | |
10 return separator; | |
11 } |