bmeps.h File Reference

Interface to the bmeps library. More...

#include <dk.h>
#include <stdio.h>

Include dependency graph for bmeps.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Interface to the bmeps library.


Function Documentation

int bmeps_can_handle ( char *  name  ) 

Check whether bmeps can handle a file.

Parameters:
name File name.
Returns:
1 for yes, 0 for no.
Check whether bmeps can handle a file.

Parameters:
name File name.
Returns:
1 if the file can be handled, 0 if not.

void bmeps_cfg ( char *  langdef  ) 

Configure the bmeps library.

Parameters:
langdef Choose language and additional options.
Configure the bmeps library.

Parameters:
langdef Output language name.

int bmeps_run ( FILE *  outf,
FILE *  inf,
char *  name 
)

Run a conversion.

Parameters:
outf Output file.
inf Input file.
name Input file name.
Returns:
...
Parameters:
outf Output file.
inf Input file.
name Input file name.
Returns:
1 on success, 0 on error.

void bmeps_version ( FILE *  f  ) 

Print bmeps version number.

Parameters:
outf File to print to.
Print bmeps version number.

Parameters:
f Output file.


Generated on Tue Jul 14 14:30:21 2009 for bmeps by  doxygen 1.5.8