man gen-ctl-io (Commandes) - generate C interface code for libctl control files

NAME

gen-ctl-io - generate C interface code for libctl control files

SYNOPSIS

gen-ctl-io [spec-file]

DESCRIPTION

gen-ctl-io generates C code to import/export the input/output variables used in a libctl control file. gen-ctl-io generates two files, ctl-io.h and ctl-io.c. These files define global variables, data structures, and functions for the input/output variables, classes, and function interfaces defined in the spec-file argument, automating the interaction between C and Guile.

libctl is a free library to aid in interfacing scientific software with the GNU Guile scripting and extension language. Documentation for it may be found online at the libctl home page: http://ab-initio.mit.edu/libctl

BUGS

Send bug reports to S. G. Johnson, stevenj@alum.mit.edu.

AUTHORS

Written by Steven G. Johnson.