Go to the source code of this file.
Functions | |
| static void | StopApplication (int sig) |
| int | main (void) |
Variables | |
| static atomic_int | appRunning = 1 |
Function Documentation
|
static |
The function called when user is pressing CTRL-C
Definition at line 155 of file segment_inline_example.c.
Referenced by main().
| int main | ( | void | ) |
Definition at line 162 of file segment_inline_example.c.
Variable Documentation
|
static |
Definition at line 141 of file segment_inline_example.c.
Referenced by main(), and StopApplication().