Getting Started

PreviousUpNext
Up: Contents Next: Structured Comments Previous: Introduction

Using bfort is easy. For example, the command

 
bfort foo.c 
will generate Fortran interfaces for all of the commented routines in the file foo.c. But before this will do you any good, you will need to add some structured comments to your file.


PreviousUpNext
Up: Contents Next: Structured Comments Previous: Introduction