slstatus

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.beauhilton.com/slstatus.git
Log | Files | Refs | README | LICENSE

separator.c (172B)


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