Mescal
Loading...
Searching...
No Matches
main.h File Reference

The main file of the program. More...

#include <assert.h>
#include <getopt.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "alloc.h"
#include "interrupt.h"
#include "nfa.h"
#include "printing.h"
#include "readline.h"
#include "regexp.h"
#include "shell_keywords.h"
#include "time.h"
#include "tools.h"

Go to the source code of this file.

Functions

void usage (char *argv[])
 Print the usage of the program.
 
void parse_argv (int argc, char *argv[])
 Parse the command line arguments.
 
int shell_parse (void)
 Parse the command line of the shell.
 

Detailed Description

The main file of the program.