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