![]() |
YASH 0.1
CLI written in C
|
Main function for the YASH shell. More...
#include "../include/debug.h"#include "../include/exec.h"#include "../include/jobs.h"#include "../include/parse.h"#include "../include/signals.h"#include "../include/yash.h"#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>Functions | |
| int | main () |
| Main entry point for the YASH shell. | |
Main function for the YASH shell.
This file contains the main function for the YASH shell.
| int main | ( | ) |
Main entry point for the YASH shell.