#include <stdio.h>
#include <signal.h>
#include "../cl/macros.h"
#include "cqp.h"
#include "eval.h"
#include "options.h"
#include "macro.h"
#include "variables.h"
#include "output.h"
#include "ascii-print.h"
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Main function for the interactive CQP program.
Doesn't do much except call the initialisation function, and then one of the loop-and-parse-input functions.
argc | Number of commandline arguments. | |
argv | Pointer to commandline arguments. |
References batchfd, batchmode, child_process, cqp, cqp_parse_file(), get_colour_escape(), get_typeface_escape(), initialize_cqp(), install_signal_handler(), macro_debug, macro_statistics(), use_colour, use_readline, and which_app.