mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2025-01-28 08:05:17 +00:00
8 lines
103 B
C
8 lines
103 B
C
#ifndef EXAMPLE_RARP_H
|
|
#define EXAMPLE_RARP_H
|
|
|
|
void example_rarp(void);
|
|
|
|
|
|
#endif /* EXAMPLE_RARP_H */
|
|
|