bebou t tro for
This commit is contained in:
parent
b5c7344851
commit
1252ac48a8
15 changed files with 214 additions and 25 deletions
22
includes/app/node/handle_program.h
Normal file
22
includes/app/node/handle_program.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* handle_program.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/09 14:42:43 by rparodi #+# #+# */
|
||||
/* Updated: 2024/05/09 15:51:11 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef HANDLE_PROGRAM_H
|
||||
# define HANDLE_PROGRAM_H
|
||||
|
||||
# include "me/types.h"
|
||||
# include "app/state.h"
|
||||
# include "app/node.h"
|
||||
|
||||
t_error handle_program(t_node *self, t_utils *shcat, t_i32 *out_exit_code);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue