[BACK]Return to foldit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vis

Diff for /src/usr.bin/vis/foldit.c between version 1.5 and 1.6

version 1.5, 2009/10/27 23:59:49 version 1.6, 2013/11/12 13:54:51
Line 32 
Line 32 
   
 #include <stdio.h>  #include <stdio.h>
   
   int     foldit(char *chunk, int col, int max);
   
 int  int
 foldit(chunk, col, max)  foldit(char *chunk, int col, int max)
         char *chunk;  
         int col, max;  
 {  {
         char *cp;          char *cp;
   

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