10 lines
75 B
C
10 lines
75 B
C
|
#ifndef _TCP_H
|
||
|
#define _TCP_H
|
||
|
|
||
|
int rxtcp(void);
|
||
|
int txtcp(void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|