mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +00:00
6 lines
143 B
C
6 lines
143 B
C
#ifndef EXAMPLE_HTTP_DOWNLOAD_H
|
|
#define EXAMPLE_HTTP_DOWNLOAD_H
|
|
|
|
void example_http_download(void);
|
|
|
|
#endif /* EXAMPLE_HTTP_DOWNLOAD_H */
|