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_MCAST_H
|
|
#define EXAMPLE_MCAST_H
|
|
|
|
void example_mcast(void);
|
|
|
|
#endif /* EXAMPLE_MCAST_H */
|