mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-14 14:25:17 +00:00
6 lines
105 B
C
6 lines
105 B
C
#ifndef EXAMPLE_HTTPC_H
|
|
#define EXAMPLE_HTTPC_H
|
|
|
|
void example_httpc(void);
|
|
|
|
#endif /* EXAMPLE_HTTPC_H */
|