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