comparison lib-src/mmencode.c @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents 0132846995bd
children 972bbb6d6ca2
comparison
equal deleted inserted replaced
356:e85f639a32f3 357:4711e16a8e49
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[] =