8 lines
70 B
C
8 lines
70 B
C
#ifndef _SENDBARK_H
|
|
#define _SENDBARK_H
|
|
|
|
int sendbark(void);
|
|
|
|
#endif
|
|
|