Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
base64.h
00001 //***************************************************************************** 00002 // Copyright (C) 2014 Texas Instruments Incorporated 00003 // 00004 // All rights reserved. Property of Texas Instruments Incorporated. 00005 // Restricted rights to use, duplicate or disclose this code are 00006 // granted through contract. 00007 // The program may not be used without the written permission of 00008 // Texas Instruments Incorporated or against the terms and conditions 00009 // stipulated in the agreement under which this program has been supplied, 00010 // and under no circumstances can it be used with non-TI connectivity device. 00011 // 00012 //***************************************************************************** 00013 00014 /** 00015 * @defgroup base64_api 00016 * 00017 * @{ 00018 */ 00019 00020 #ifndef __BASE64__ 00021 #define __BASE64__ 00022 00023 00024 #ifdef __cplusplus 00025 extern "C" { 00026 #endif 00027 00028 void ConvertToBase64(char *pcOutStr, const char *pccInStr, int iLen); 00029 00030 #ifdef __cplusplus 00031 } 00032 #endif /* __cplusplus */ 00033 00034 #endif
Generated on Tue Jul 12 2022 22:22:37 by
 1.7.2
 1.7.2