#include <librealsense/rs.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <GLFW/glfw3.h>
Go to the source code of this file.
Functions | |
void | check_error () |
int | main () |
Variables | |
rs_error * | e = 0 |
void check_error | ( | ) |
Definition at line 19 of file c-tutorial-2-streams.c.
Definition at line 29 of file c-tutorial-2-streams.c.
Definition at line 18 of file c-tutorial-2-streams.c.