42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
config_file.c File Reference

The file containing the 42shrc functions. More...

Functions

void check_42shrc (mysh_t *mysh)
 Check if the 42shrc file exists in the home directory and create it if it doesn't.
 

Detailed Description

The file containing the 42shrc functions.

Function Documentation

◆ check_42shrc()

void check_42shrc ( mysh_t * mysh)

Check if the 42shrc file exists in the home directory and create it if it doesn't.

Parameters
myshThe shell structure
Returns
void