Add separator module
This commit is contained in:
parent
b14e039639
commit
2b0f50d1aa
4 changed files with 15 additions and 0 deletions
components
10
components/separator.c
Normal file
10
components/separator.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* See LICENSE file for copyright and license details. */
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../util.h"
|
||||
|
||||
const char *
|
||||
separator(const char *separator)
|
||||
{
|
||||
return separator;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue