separator.c 172 B

1234567891011
  1. /* See LICENSE file for copyright and license details. */
  2. #include <stdio.h>
  3. #include "../util.h"
  4. const char *
  5. separator(const char *separator)
  6. {
  7. return separator;
  8. }