5 lines
65 B
C
5 lines
65 B
C
#ifndef MASTER_H
|
|
#define MASTER_H
|
|
void master_init(void);
|
|
|
|
#endif |