Clixir v0.3.3 Clixir.CodeGenHelpers View Source

Code that is used by both the C and Elixir backends.

Link to this section Summary

Functions

Make a C function name from the module name and the function name. This basically just smacks them together to make them globally unique

Link to this section Functions

Link to this function cfun_name(module, function_name) View Source

Make a C function name from the module name and the function name. This basically just smacks them together to make them globally unique.