#include <dk.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | bmeps_cfg (char *langdef) |
Configure the bmeps library. | |
void | bmeps_version (FILE *outf) |
Print bmeps version number. | |
int | bmeps_run (FILE *outf, FILE *inf, char *name) |
Run a conversion. | |
int | bmeps_can_handle (char *name) |
Check whether bmeps can handle a file. |
int bmeps_can_handle | ( | char * | name | ) |
Check whether bmeps can handle a file.
name | File name. |
name | File name. |
void bmeps_cfg | ( | char * | langdef | ) |
Configure the bmeps library.
langdef | Choose language and additional options. |
langdef | Output language name. |
int bmeps_run | ( | FILE * | outf, | |
FILE * | inf, | |||
char * | name | |||
) |
Run a conversion.
outf | Output file. | |
inf | Input file. | |
name | Input file name. |
outf | Output file. | |
inf | Input file. | |
name | Input file name. |
void bmeps_version | ( | FILE * | f | ) |
Print bmeps version number.
outf | File to print to. |
f | Output file. |