nt

simple note taker
git clone git://edryd.org/nt
Log | Files | Refs | LICENSE

str.h (133B)


      1 /* See LICENSE file for copyright and license details. */
      2 
      3 char *strtrim(char *s);
      4 int strinlist(char *str, char **list, int listc);