#include <string>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sstream>
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
Include dependency graph for jack.cc:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Opens both input and output FIFOs and sends commands to ripper. More... | |
Variables | |
char | defaultfifo [] = "" |
char | defaulttmpdir [] = "/tmp/" |
Definition in file jack.cc.
|
Opens both input and output FIFOs and sends commands to ripper.
Definition at line 38 of file jack.cc. References defaultfifo, defaulttmpdir, and NULL. |
|
Definition at line 34 of file jack.cc. Referenced by main(). |
|
Definition at line 35 of file jack.cc. Referenced by main(). |