/* fsabfs.c 27/10/94. * Puts an fsa in bfs form. * Can either use stdin/stdout or files. * * SYNOPSIS: fsabfs [-ip d/s] [-op d/s] [-silent] [-v] [filename] * * Input is from filename (or stdin if not specified) , * which should contain an fsa. * Output is to filename.bfs, or stdout. * * OPTIONS: * -ip d/s input in dense or sparse format - dense is default * -op d/s output in dense or sparse format - default is as in current * value of table->printing_format, in the fsa. * -v verbose * -silent no diagnostics * -l/-h large/huge hash-tables (for big examples) *
*/
if (stringlen(inf) != 0)
fclose(wfile); if (wfile != stdout && kbm_print_level > 0)
printf("#BFS fsa with %d states computed.\n", testfsa.states->size);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.