mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 06:05:17 +00:00
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef EXAMPLE_HTTPC_H
|
||
|
#define EXAMPLE_HTTPC_H
|
||
|
|
||
|
void example_httpc(void);
|
||
|
|
||
|
#endif /* EXAMPLE_HTTPC_H */
|