mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-28 09:10:28 +00:00
13 lines
399 B
C
Executable file
13 lines
399 B
C
Executable file
#ifndef __EXAMPLE_HTTP_CLIENT_H__
|
|
#define __EXAMPLE_HTTP_CLIENT_H__
|
|
|
|
/******************************************************************************
|
|
*
|
|
* Copyright(c) 2007 - 2015 Realtek Corporation. All rights reserved.
|
|
*
|
|
*
|
|
******************************************************************************/
|
|
|
|
void example_http_client(void);
|
|
|
|
#endif //#ifndef __EXAMPLE_HTTP_CLIENT_H__
|