readwords/readwords.h
2021-05-29 12:21:57 +02:00

10 lines
91 B
C

#ifndef _READWORDS_H_
#define _READWORDS_H_
void readwords();
#endif // _READWORDS_H_