Sha256: 1288f8b764c27129afcdb9e38269f273c31b9e3f416aff2692800424c92b2f22

Contents?: true

Size: 545 Bytes

Versions: 11

Compression:

Stored size: 545 Bytes

Contents

/*
 public domain BASE64 code

 modified for cocos2d-iphone: http://www.cocos2d-iphone.org
 */

#ifndef __CC_BASE64_DECODE_H
#define __CC_BASE64_DECODE_H

#ifdef __cplusplus
extern "C" {
#endif


/** @file
 base64 helper functions
 */

/**
 * Decodes a 64base encoded memory. The decoded memory is
 * expected to be freed by the caller.
 *
 * @returns the length of the out buffer
 *
 @since v0.8.1
 */
int base64Decode(unsigned char *in, unsigned int inLength, unsigned char **out);

#ifdef __cplusplus
}
#endif

#endif // __CC_BASE64_DECODE_H

Version data entries

11 entries across 7 versions & 1 rubygems

Version Path
joybox-1.1.1 vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/base64.h
joybox-1.1.1 vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/base64.h
joybox-1.1.0 vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/base64.h
joybox-1.1.0 vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/base64.h
joybox-1.0.0 vendor/vendor-ios/cocos_2d/cocos_2d_include/Support/base64.h
joybox-1.0.0 vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/base64.h
joybox-0.0.6 vendor/vendor-osx/cocos_2d/cocos_2d_include/Support/base64.h
joybox-0.0.6 vendor/vendor-ios/cocos_2d/include/Support/base64.h
joybox-0.0.5 vendor/Cocos2D/include/base64.h
joybox-0.0.4 vendor/Cocos2D/include/base64.h
joybox-0.0.3 vendor/Cocos2D/include/base64.h