C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
exit.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "history.h"

Functions

void quit_shell_with_status (int status)
 Quit the shell.
 
void quit_shell ()
 Quit the shell with status 0.
 

Function Documentation

◆ quit_shell()

void quit_shell ( )

Quit the shell with status 0.

◆ quit_shell_with_status()

void quit_shell_with_status ( int status)

Quit the shell.

Exits the shell with the given status.

Parameters
statusexit status