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

Diff for /src/usr.bin/window/Attic/wwputs.c between version 1.3 and 1.4

version 1.3, 1997/02/25 00:05:04 version 1.4, 2001/11/19 19:02:18
Line 48 
Line 48 
 #include "ww.h"  #include "ww.h"
   
 wwputs(s, w)  wwputs(s, w)
 register char *s;  char *s;
 struct ww *w;  struct ww *w;
 {  {
         register char *p = s;          char *p = s;
   
         while (*p++)          while (*p++)
                 ;                  ;

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