/[mailutils]/mailutils/examples/decode2047.c
ViewVC logotype

Diff of /mailutils/examples/decode2047.c

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

revision 1.5 by gray, Thu Apr 3 11:51:34 2003 UTC revision 1.6 by gray, Thu Aug 28 19:42:34 2003 UTC
# Line 22  Line 22 
22    
23  #include <mailutils/mailutils.h>  #include <mailutils/mailutils.h>
24    
25  #define ISPRINT(c) ((c)=='\t'||(c)==' '||(c)=='\n'||((c)>' '&&(c)<128))  #define ISPRINT(c) ((c)=='\t'||(c)==' '||(c)=='\n'||\
26                        ((unsigned char)(c)>' '&&(unsigned char)(c)<128))
27    
28  void  void
29  print (char *p, int printable)  print (char *p, int printable)

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

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