#ifndef __COMMON_TOK__H
#define __COMMON_TOK__H

#include <stdio.h>
#include "../common/common.h"

#include "cmdline.h"

#define DICT_FILE "data/tok.bin"

extern char dictionary[];

extern void process_tok_options(gengetopt_args_info args);

#endif
