comparison libstrfunc.c @ 1:43e8802f08c5 debian libpst_0_5_1

imported from debian 0.5.1
author carl
date Thu, 23 Dec 2004 11:17:37 -0800
parents 6b1b602514db
children
comparison
equal deleted inserted replaced
0:6b1b602514db 1:43e8802f08c5
2 /* Taken from LibStrfunc v7.3 */ 2 /* Taken from LibStrfunc v7.3 */
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <ctype.h> 5 #include <ctype.h>
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include "libstrfunc.h"
7 8
8 char *_sf_b64_buf=NULL; 9 char *_sf_b64_buf=NULL;
9 size_t _sf_b64_len=0; 10 size_t _sf_b64_len=0;
10 11
11 12