|
My Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
11#if defined(HAVE_READLINE) && defined(HAVE_READLINE_READLINE_H)
18typedef struct ml_internal {
19 PyObject *pDictionary;
30int ml_is_initialised();
63int ml_make_prediction(
char *filename,
64 char *prediction_buffers[],
66 char *(*custom_strdup)(
const char *));