|
LRAUV
revA
|
#include <fcntl.h>#include <stdio.h>#include <termios.h>#include <stdlib.h>#include <string.h>#include <strings.h>#include <unistd.h>
Functions | |
| void | show_usage () |
| int | speed_to_speed (char *speed) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References show_usage(), and speed_to_speed().
| void show_usage | ( | ) |
Referenced by main().
| int speed_to_speed | ( | char * | speed | ) |
Referenced by main().