mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 23:18:46 +02:00
「🏗️」 wip(exec/get_path): can get all files in path, only printing for now.
This commit is contained in:
@ -6,13 +6,15 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/05/06 20:29:58 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/05/19 04:27:24 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef EXECUTION_H
|
||||
# define EXECUTION_H
|
||||
|
||||
int get_path(char *path);
|
||||
|
||||
typedef struct s_env
|
||||
{
|
||||
char *name;
|
||||
|
Reference in New Issue
Block a user