readwords/readwords.h

10 lines
91 B
C
Raw Normal View History

2021-05-29 12:21:57 +02:00
#ifndef _READWORDS_H_
#define _READWORDS_H_
void readwords();
#endif // _READWORDS_H_