mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-12-01 10:40:33 +00:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef EXAMPLE_RARP_H
|
||
|
#define EXAMPLE_RARP_H
|
||
|
|
||
|
void example_rarp(void);
|
||
|
|
||
|
|
||
|
#endif /* EXAMPLE_RARP_H */
|
||
|
|