summaryrefslogtreecommitdiff
path: root/components/separator.c
blob: 40fec5292768ad629fad760222a3750e25b14cd0 (plain)
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;
}