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