mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef EXAMPLE_RARP_H
|
|
#define EXAMPLE_RARP_H
|
|
|
|
void example_rarp(void);
|
|
|
|
|
|
#endif /* EXAMPLE_RARP_H */
|
|
|