X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/b14e039639ed28005fbb8bddeb5b5fa0c93475ac..2b0f50d1aaf22e79272df8b3b0fe37f338ea1dae:/components/separator.c?ds=sidebyside diff --git a/components/separator.c b/components/separator.c new file mode 100644 index 0000000..40fec52 --- /dev/null +++ b/components/separator.c @@ -0,0 +1,10 @@ +/* See LICENSE file for copyright and license details. */ +#include + +#include "../util.h" + +const char * +separator(const char *separator) +{ + return separator; +}