mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
get_command refactor: put into own file
This commit is contained in:
parent
486dec7bb7
commit
abea59eba4
4 changed files with 75 additions and 42 deletions
18
src/get_command.h
Normal file
18
src/get_command.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* get_command.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/19 18:02:19 by khais #+# #+# */
|
||||
/* Updated: 2025/02/19 18:03:06 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef GET_COMMAND_H
|
||||
# define GET_COMMAND_H
|
||||
|
||||
char *get_command(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue