|
IoTivity-Lite
|
Macros | |
| #define | oc_assert(cond) |
| assert the condition and if it fails abort with message (reason) More... | |
Functions | |
| void | abort_impl (void) 1 |
| abort application More... | |
| void | exit_impl (int status) 1 |
| exit the application More... | |
| #define oc_assert | ( | cond | ) |
assert the condition and if it fails abort with message (reason)
| void abort_impl | ( | void | ) |
abort application
| void exit_impl | ( | int | status | ) |
exit the application
| status | the exist status |