[BACK]Return to compat_strsep.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/compat_strsep.c between version 1.5 and 1.6

version 1.5, 2020/06/15 01:37:15 version 1.6, 2022/06/21 10:34:14
Line 31 
Line 31 
  */   */
 #include "config.h"  #include "config.h"
   
   #include <stddef.h>
   
 /*  /*
  * Get next token from string *stringp, where tokens are possibly-empty   * Get next token from string *stringp, where tokens are possibly-empty
  * strings separated by characters from delim.   * strings separated by characters from delim.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb