ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uustring.c
(Generate patch)

Comparing Convert-UUlib/uulib/uustring.c (file contents):
Revision 1.2 by root, Mon Jun 11 20:42:38 2001 UTC vs.
Revision 1.2.2.1 by root, Sun Mar 31 19:51:30 2002 UTC

48 48
49#include <uudeview.h> 49#include <uudeview.h>
50#include <uuint.h> 50#include <uuint.h>
51#include <uustring.h> 51#include <uustring.h>
52 52
53char * uustring_id = "$Id: uustring.c,v 1.2 2001/06/11 20:42:38 root Exp $"; 53char * uustring_id = "$Id: uustring.c,v 1.2.2.1 2002/03/31 19:51:30 root Exp $";
54 54
55typedef struct { 55typedef struct {
56 int code; 56 int code;
57 char * msg; 57 char * msg;
58} stringmap; 58} stringmap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines