/[rtmk]/rtmk/libkern/printf.c
ViewVC logotype

Diff of /rtmk/libkern/printf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jrydberg, Mon Jan 7 01:18:14 2002 UTC revision 1.4 by jrydberg, Sat Feb 16 15:17:16 2002 UTC
# Line 47  puts (char *str) Line 47  puts (char *str)
47  {  {
48    while (*str)    while (*str)
49      (*putc_fn) (*str++, putc_arg);      (*putc_fn) (*str++, putc_arg);
50      (*putc_fn) ('\n', putc_arg);
51  }  }
52    
53  int  int

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26