aclrtcDestroyProg
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function
Destroys the instance of a compiler.
Prototype
1 | aclError aclrtcDestroyProg(aclrtcProg *prog) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
prog |
Input |
Runtime handle of the compiler. |
Returns
aclError is of the int type. For details, see RTC Error Codes.
Restrictions
None
Example
1 2 | aclrtcProg prog; aclError result = aclrtcDestroyProg(&prog); |
Parent topic: RTC