8 lines
64 B
C
8 lines
64 B
C
|
#ifndef M7SEND_H
|
||
|
#define M7SEND_H
|
||
|
|
||
|
int m7send(char *);
|
||
|
|
||
|
#endif
|
||
|
|