diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2022-10-24 14:39:37 +0100 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2022-10-24 14:39:37 +0100 |
commit | 7e03a49d9876b4b6caf749533f29fbeebba47265 (patch) | |
tree | b9f337e1e7c517bf25b40ebd9c85c47e94619df0 /session.h | |
parent | a04983a91a70c909c83a7373274d1000ea5b7819 (diff) |
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #include <stdio.h> -/* Starts a oujia session using a inputted dictionary file */ +/* Starts a god words session using a inputted dictionary file */ void startSession (FILE *dictionary); |