Next: , Previous: WordList NAME, Up: WordList


10.9.2 WordList SYNOPSIS

     
     #include <mifluz.h>
     
     WordContext context;
     
     WordList* words = context->List();
     
     delete words;