mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
13
component/common/example/http_client/example_http_client.h
Normal file
13
component/common/example/http_client/example_http_client.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#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__
|
||||
Loading…
Add table
Add a link
Reference in a new issue