summaryrefslogtreecommitdiff
path: root/session.h
blob: 989fd651096d063ad83e6ac36618ee22a172c54d (plain)
1
2
3
4
#include <stdio.h>

/* Starts a oujia session using a inputted dictionary file */
void startSession(FILE *dictionary);