| Simple Virtual Machine
    A simple but flexible virtual machine | 
This module contains API functions to handle SVM parameters. More...
| Modules | |
| SVM value parameters | |
| This module contains API functions to handle SVM value parameters. | |
| SVM marker parameters | |
| This module contains API functions to handle SVM marker parameters. | |
| SVM keyword parameters | |
| This module contains API functions to handle SVM keyword parameters. | |
| SVM structure parameters | |
| This module contains API functions to handle SVM structure parameters. | |
| SVM variable parameters | |
| This module contains API functions to handle SVM variable parameters. | |
| Functions | |
| SVM_FUNCTION SVM_Parameter * | svm_parameter_array_new (const void *svm, const SVM_Size argc) | 
| This function creates an array of parameters.  More... | |
This module contains API functions to handle SVM parameters.
Parameters are special variables used as interface to pass data in instruction and function calls:
| SVM_FUNCTION SVM_Parameter * svm_parameter_array_new | ( | const void * | svm, | 
| const SVM_Size | argc | ||
| ) | 
This function creates an array of parameters.
| [in] | svm | The SVM pointer passed as first argument of the callback function. | 
| [in] | argc | The size of the array. | 
| FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |