#include <sent/stddefs.h>
#include <sent/util.h>
Include dependency graph for confout.c:
Go to the source code of this file.
Functions | |
void | confout_version (FILE *strm) |
void | confout_audio (FILE *strm) |
void | confout_lm (FILE *strm) |
void | confout_am (FILE *strm) |
void | confout_lib (FILE *strm) |
void | confout_process (FILE *strm) |
void | confout (FILE *strm) |
Definition in file confout.c.
void confout_version | ( | FILE * | strm | ) |
void confout_audio | ( | FILE * | strm | ) |
void confout_lm | ( | FILE * | strm | ) |
void confout_am | ( | FILE * | strm | ) |
void confout_lib | ( | FILE * | strm | ) |
void confout_process | ( | FILE * | strm | ) |
void confout | ( | FILE * | strm | ) |
Output all information of this libsent library.
strm | [in] file pointer to output |
Definition at line 137 of file confout.c.
Referenced by put_library_defs().