mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-13 16:08:45 +02:00
「✨」 feat: Parsing of command kinda working
This commit is contained in:
@ -6,14 +6,19 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/20 20:25:06 by adjoly #+# #+# */
|
||||
/* Updated: 2024/05/20 21:00:45 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/05/30 12:53:09 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef ERROR_MSG_H
|
||||
# define ERROR_MSG_H
|
||||
|
||||
/**
|
||||
* Here we define all the error message
|
||||
*/
|
||||
|
||||
#define ERROR_SYNTAX ": syntax error"
|
||||
#define ERROR_NO_REDIR ": need redirection file"
|
||||
#define ERROR_NO_EOF ": need delimiter to heredoc"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user