view src/libstrfunc.h @ 59:7d5c637aaafb

General cleanup and code fixes. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. Decode BCC field. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 14 Feb 2008 14:55:32 -0800
parents f6db1f060a95
children 997cf1373f9e
line wrap: on
line source


char * base64_encode(void *data, size_t size);
void hexdump(char *hbuf, int start, int stop, int ascii);