Simple Virtual Machine
A simple but flexible virtual machine
|
This module contains API functions to handle SVM automatic values. More...
Functions | |
SVM_FUNCTION SVM_Value_Automatic | svm_value_automatic_new_null (const void *svm) |
This function creates an automatic value the SVM can store in its memories without a value. More... | |
This module contains API functions to handle SVM automatic values.
SVM_FUNCTION SVM_Value_Automatic svm_value_automatic_new_null | ( | const void * | svm | ) |
This function creates an automatic value the SVM can store in its memories without a value.
[in] | svm | The SVM pointer passed as first argument of the callback function. |
FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |