Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include <stddef.h>
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Variables | |
static const int | s_exitSuccess = 0 |
App successfully completed. | |
static const int | s_exitFailed = 1 |
App had a general failure. | |
static const int | s_exitTerminated = 2 |
App was kill by a signal. | |
static const int | s_exitArgs = 3 |
App was unable to run due to bad arguments being passed. | |
static const int | s_exitConfig = 4 |
App was unable to read the configuration. |