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

Diff for /mandoc/test-strcasestr.c between version 1.1 and 1.2

version 1.1, 2013/12/31 23:03:47 version 1.2, 2014/08/05 16:03:03
Line 1 
Line 1 
   #if defined(__linux__) || defined(__MINT__)
   # define _GNU_SOURCE /* strcasestr() */
   #endif
   
 #include <string.h>  #include <string.h>
   
 int  int

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb