Program Data Functions

Sets the data associated to the given program. More...

Functions

EAPI void * embryo_program_data_get (Embryo_Program *ep)
 Retrieves the data associated to the given program.
 

Detailed Description

Sets the data associated to the given program.

Parameters
epThe given program.
dataNew bytecode data.

Functions that set and retrieve data associated with the given program.

Function Documentation

◆ embryo_program_data_get()

EAPI void * embryo_program_data_get ( Embryo_Program * ep)

Retrieves the data associated to the given program.

Parameters
epThe given program.