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

Diff for /mandoc/Attic/test-fgetln.c between version 1.2 and 1.3

version 1.2, 2014/01/04 01:11:00 version 1.3, 2015/10/06 18:32:20
Line 7  main(void)
Line 7  main(void)
 {  {
         size_t sz;          size_t sz;
         fclose(stdin);          fclose(stdin);
         return(NULL != fgetln(stdin, &sz));          return fgetln(stdin, &sz) != NULL;
 }  }

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

CVSweb