#include <fcntl.h>#include <stdio.h>#include <unistd.h>#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <signal.h>#include "driver/urbtc.h"#include "driver/urobotc.h"
Go to the source code of this file.
Functions | |
| void | exit_program () |
| void | exit_program (int sig, int code, struct sigcontext *scp, char *addr) |
| int | main (int argc, char **argv) |
Variables | |
| int | fd |
| int | quit_flag = 1 |
| void exit_program | ( | ) |
| void exit_program | ( | int | sig, |
| int | code, | ||
| struct sigcontext * | scp, | ||
| char * | addr | ||
| ) |