Availability:C-language interface function
module_t PL_new_module(atom_t
name)Find an existing module or create a new module with the name name.
Currently aborts the process with a fatal error on failure.
Future versions may raise a resource exception and return
(module_t)0
.