comparison lib-src/mmencode.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
16 #define NEWLINE_CHAR '\n' 16 #define NEWLINE_CHAR '\n'
17 #include <stdlib.h> 17 #include <stdlib.h>
18 #include <stdio.h> 18 #include <stdio.h>
19 #include <ctype.h> 19 #include <ctype.h>
20 #include <string.h> 20 #include <string.h>
21 #include <errno.h>
21 22
22 static void 23 static void
23 output64chunk(int c1, int c2, int c3, int pads, FILE *outfile); 24 output64chunk(int c1, int c2, int c3, int pads, FILE *outfile);
24 25
25 static signed char basis_64[] = 26 static signed char basis_64[] =