andreaulicna / 42_minishell

This project is about creating a simple shell.
2 stars 1 forks source link

Proper definition of global variable and compilation that would work with it #112

Closed andreaulicna closed 10 months ago

andreaulicna commented 10 months ago

Global variables need to be defined as g_blobal, but that doesn't seem to be working with gcc