YASH 0.1
CLI written in C
Loading...
Searching...
No Matches
main.c File Reference

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.
 

Detailed Description

Main function for the YASH shell.

Author
Nathan Lemma
Date
09-16-2025

This file contains the main function for the YASH shell.

Function Documentation

◆ main()

int main ( )

Main entry point for the YASH shell.

Returns
Exit status (0 for success, non-zero for error)