LRAUV  revA
tty2hex.cpp File Reference
#include <fcntl.h>
#include <stdio.h>
#include <termios.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
Include dependency graph for tty2hex.cpp:

Functions

void show_usage ()
 
int speed_to_speed (char *speed)
 
int main (int argc, char **argv)
 

Function Documentation

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().