mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
10 lines
78 B
C
10 lines
78 B
C
|
|
#ifndef _IOT_EXAMPLE2_H_
|
|
#define _IOT_EXAMPLE2_H_
|
|
|
|
|
|
void example();
|
|
|
|
|
|
#endif
|