mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2025-02-17 17:45:19 +00:00
7 lines
103 B
C
7 lines
103 B
C
|
#ifndef EXAMPLE_XML_H
|
||
|
#define EXAMPLE_XML_H
|
||
|
|
||
|
void example_xml(void);
|
||
|
|
||
|
#endif /* EXAMPLE_XML_H */
|