Add separator module
parent
b14e039639
commit
2b0f50d1aa
@ -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…
Reference in New Issue