/[avr-libc]/avr-libc/libc/stdio/fputc.c
ViewVC logotype

Diff of /avr-libc/libc/stdio/fputc.c

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

revision 1.2 by joerg_wunsch, Thu Dec 26 21:48:13 2002 UTC revision 1.3 by joerg_wunsch, Tue Sep 6 18:49:15 2005 UTC
# Line 46  fputc(int c, FILE *stream) Line 46  fputc(int c, FILE *stream)
46                  stream->len++;                  stream->len++;
47                  return c;                  return c;
48          } else {          } else {
49                  if (stream->put(c) == 0) {                  if (stream->put(c, stream) == 0) {
50                          stream->len++;                          stream->len++;
51                          return c;                          return c;
52                  } else                  } else

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

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