10 lines
91 B
C
10 lines
91 B
C
|
#ifndef _READWORDS_H_
|
||
|
#define _READWORDS_H_
|
||
|
|
||
|
|
||
|
void readwords();
|
||
|
|
||
|
|
||
|
#endif // _READWORDS_H_
|
||
|
|