#include #include #include uudeview.h>#include uuint.h>#include uustring.h>Go to the source code of this file.
Data Structures |
|
| struct | stringmap |
Functions |
|
| char * | uustring (int codeno) |
Variables |
|
| char * | uustring_id = "$Id: uustring.c 251 2007-04-28 17:58:33Z csk $" |
| char * | uuretcodes [] |
| char * | codenames [8] |
| char * | msgnames [6] |
| char* uustring | ( | int | codeno | ) |
Definition at line 159 of file uustring.c.
| char* codenames[8] |
Initial value:
{
"", "UUdata", "Base64", "XXdata", "Binhex", "Text", "Text", "yEnc"
}
Definition at line 141 of file uustring.c.
| char* msgnames[6] |
Initial value:
{
"", "Note: ", "Warning: ", "ERROR: ", "FATAL ERROR: ", "PANIC: "
}
Definition at line 149 of file uustring.c.
| char* uuretcodes[] |
Initial value:
{
"OK",
"File I/O Error",
"Not Enough Memory",
"Illegal Value",
"No Data found",
"Unexpected End of File",
"Unsupported function",
"File exists",
"Continue -- no error",
"Operation Canceled"
}
Definition at line 124 of file uustring.c.
| char* uustring_id = "$Id: uustring.c 251 2007-04-28 17:58:33Z csk $" |
Definition at line 57 of file uustring.c.