mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-14 22:35:17 +00:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef EXAMPLE_XML_H
|
|
#define EXAMPLE_XML_H
|
|
|
|
void example_xml(void);
|
|
|
|
#endif /* EXAMPLE_XML_H */
|