Xinqi Bao's Git

Add separator module
[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 }