[erlang-questions] C Nodes and depreciated erl_Interface
Vance Shipley
vances@REDACTED
Fri Aug 16 15:28:16 CEST 2019
On Fri, Aug 16, 2019 at 8:46 PM Frans Schneider <fchschneider@REDACTED> wrote:
> The C nodes chapter in the Interoperability Tutorial User's Guide
> [1] still uses the erl_interface library. which is depreciated.
I think you'll find it still applies:
erl_eterm:
erl_init()
erl_connect:
erl_connect_init()
erl_connect_xinit()
erl_connect()
erl_publish()
erl_accept()
erl_receive_msg()
erl_send()
erl_eterm:
erl_element()
erl_format:
erl_format()
erl_malloc:
erl_free_term()
--
-Vance
More information about the erlang-questions
mailing list