separator.c (172B)
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 }
slstatusMy fork of https://tools.suckless.org/slstatus/ | |
git clone https://git.inz.fi/slstatus | |
Log | Files | Refs | README | LICENSE |