Go to the documentation of this file.
27 #if defined(__GNUC__) || defined(__xlC__)
29 #define SDB_INLINE static __inline__
34 #define SDB_INLINE static
36 #ifdef SDB_STATIC_BUILD
38 #elif defined(SDB_DLL_BUILD)
39 #define SDB_EXPORT __declspec(dllexport)
41 #define SDB_EXPORT __declspec(dllimport)
46 #define SDB_EXTERN_C_START extern "C" {
47 #define SDB_EXTERN_C_END }
49 #define SDB_EXTERN_C_START
50 #define SDB_EXTERN_C_END
75 SDB_EXPORT
int base64Encode (
const char *s,
int in_size,
char *out,
int out_size ) ;
94 SDB_EXPORT
int base64Decode (
const char *s,
char *out,
int out_size ) ;