uuencode: common implementation for wget and uuencode (closing bug 694)

This commit is contained in:
Denis Vlasenko
2006-09-03 15:49:40 +00:00
parent 22dca23d52
commit 21afc7dc29
7 changed files with 105 additions and 84 deletions

View File

@@ -498,6 +498,10 @@ extern unsigned char xread_char(int fd);
extern void xlseek(int fd, off_t offset, int whence);
extern void xwrite(int fd, void *buf, size_t count);
extern const char bb_uuenc_tbl_base64[];
extern const char bb_uuenc_tbl_std[];
extern void bb_uuencode(const unsigned char *s, char *store, const int length, const char *tbl);
#ifndef COMM_LEN
#ifdef TASK_COMM_LEN
#define COMM_LEN TASK_COMM_LEN