Skip to content

Repository files navigation

Liens

Ajout d'une fonctionnalité

  1. Créer un nouveau répertoire ma_fonctionsous /src et créer les fichiers ma_fonction.c nécessaires.
  2. Inscrire le nom avec le chemin des nouveaux fichiers ma_fonction.c dans le Makefile
  3. Créer un nouveau header header_de_ma_fonction.hdans /header et y inscrire les prototypes des fonctions
  4. Ajouter le nom du header header_de_ma_fonction.h dans le header principal minishell.h

Structure du dossier

my_project/
|-- Makefile
|-- README.md
|-- .gitignore
|
|── src/
│   |── minishell.c						#file with the main
│   |── minishell.h						#"main" header file
│	|
│	|── header						#header folder
│	|	|- my_header_for_my_function.h			#header file
│	|	|- ...
│	|
│	|── my_function_folder
│	|	|── my_function.c
│	|	|- ...
│	|
│	|── other_function_folder_2
│	|	|── other_source_files.c
│	|	|- ...
│	|
│	|──libft/libft_source_files
│	|	|- printf					#folder
│	|	|- getnextline					#folder
│	|	|- other libft_fct				#folders
│	|	|- ...
│	|	|- Makefile					#makefile for libft
│	|	|- libft.h
│	|	|- libft.a
|
|
|-- ressources							#folder "dropbox"
	|-- eval
	|-- documentation
	|-- ...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages