8 lines
70 B
C++
8 lines
70 B
C++
|
|
#ifndef _SENDER
|
|
#define _SENDER
|
|
|
|
extern int sender();
|
|
|
|
#endif
|