Go to the first, previous, next, last section, table of contents.

Modules or Implementations

The implementation is the private portion of a module. Implementation files have the name of the module with an ".m3" extension, and have the following format:

Generally, module-name is the same as the name of the interface being implemented, but if not, the EXPORTS clause can be used to specify the interfaces exported by this module.


Example

Here is the implementation of the previous interface:


Go to the first, previous, next, last section, table of contents.