/**
* @file markdown_test.h
*
*/
#ifndef __MARKDOWN_TEST_H__
#define __MARKDOWN_TEST_H__
#ifdef __cplusplus
extern "C" {
#endif
/**********************
* GLOBAL PROTOTYPES
**********************/
void test_uikit_markdown(char * info[], int size, void * param);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*__MARKDOWN_TEST_H__*/