2019-03-30 13:45:05 +01:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#include "../util.h"
|
2022-10-26 22:14:53 +02:00
|
|
|
#include "../slstatus.h"
|
2019-03-30 13:45:05 +01:00
|
|
|
|
|
|
|
const char *
|
|
|
|
separator(const char *separator)
|
|
|
|
{
|
|
|
|
return separator;
|
|
|
|
}
|