From 0018b2277da84417c9836149b1f1240f8d3850b7 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 11 May 2022 08:45:45 -0400 Subject: initial commit --- components/separator.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 components/separator.c (limited to 'components/separator.c') 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; +} -- cgit v1.2.3