[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
35.11 Importing and Exporting
Bigloo bindings (functions and variables) may be automatically inserted
in an export module clause (see section Modules). Bring the cursor to an
identifier of a binding that has to be exported then, either click on
the Export
tool bar icon or use the C-c C-m b key binding.
Bigloo bindings may be automatically inserted in an import module clause.
Bring the cursor to an identifier of a binding that has to be imported.
Either click on the Import
tool bar icon or use the
C-c C-m i key binding. The BEE, will search the modules for
the wanted binding.
Foreign bindings (e.g. C variables and C functions) may be automatically
inserted in the file module clause. Click on the Extern
tool bar
icon or use the key binding C-c C-m c to import whole the definition
of an extern file. You will, be prompted an extern file name to be imported.
This operation automatically updates the Makefile
for reflecting
that the extern file is required in the compilation.
This document was generated on March 31, 2014 using texi2html 5.0.