Pyli/Methods/Foreign Function Interface
Foreign Function Interface
- (load library definition-file'): Loads the library and links to it, dynamically. Returns the library object. The definition-file as compiled by library-definition.
- (library-definition header-file save-as): Given a header file, compile the library definition, like C or C++ does, and store it in a file at save-as. This can be used by load.