SqueezeBrains SDK 1.18
|
Examples - Common header. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../lib/sb.h"
Go to the source code of this file.
Macros | |
#define | CHECK_FN_GOTO(function) |
Functions | |
EXTERN_C sb_t_err | wait_license (void) |
The functions wait until the license status is active. More... | |
Examples - Common header.
Definition in file common.h.
#define CHECK_FN_GOTO | ( | function | ) |
The macro runs the function and checks the return code.
In case of error prints a message and jumps to the label FnExit.