Mercurial > libpst
comparison src/libstrfunc.c @ 129:fc11b1d1ad34
fix initial from header in mbox format.
start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 12:09:04 -0800 |
parents | ab2a11e72250 |
children | cda7c812ec01 |
comparison
equal
deleted
inserted
replaced
128:7f747c8c9d02 | 129:fc11b1d1ad34 |
---|---|
1 | 1 |
2 /* Taken from LibStrfunc v7.3 */ | 2 /* Taken from LibStrfunc v7.3 */ |
3 | |
4 #include "common.h" | |
5 #include "libstrfunc.h" | |
6 | 3 |
7 #include "define.h" | 4 #include "define.h" |
8 | 5 |
9 | 6 |
10 static char base64_code_chars[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=="; | 7 static char base64_code_chars[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=="; |