all repos — slstatus @ 2b0f50d1aaf22e79272df8b3b0fe37f338ea1dae

my build of slstatus (tools.suckless.org/slstatus/)

components/separator.c

1 2 3 4 5 6 7 8 9 10
/* See LICENSE file for copyright and license details. */
#include <stdio.h>

#include "../util.h"

const char *
separator(const char *separator)
{
    return separator;
}