summaryrefslogtreecommitdiffstats
path: root/src/s_com.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:56:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:56:25 +0200
commit9d230c959d27729a8162c0be75747d626bc035ad (patch)
tree381c6def1da640da7d9cad9160af0693d1bf7b4a /src/s_com.c
parentNormed p_lblock_next (diff)
download42-minishell-9d230c959d27729a8162c0be75747d626bc035ad.tar.gz
42-minishell-9d230c959d27729a8162c0be75747d626bc035ad.tar.bz2
42-minishell-9d230c959d27729a8162c0be75747d626bc035ad.tar.xz
42-minishell-9d230c959d27729a8162c0be75747d626bc035ad.tar.zst
42-minishell-9d230c959d27729a8162c0be75747d626bc035ad.zip
Update
Diffstat (limited to '')
-rw-r--r--src/s_com.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s_com.c b/src/s_com.c
index 9dc8309..d304675 100644
--- a/src/s_com.c
+++ b/src/s_com.c
@@ -26,10 +26,13 @@
#include "s_lredir.h"
#include "s_struct.h"
+/*
+** TODO: norme
+*/
+
static int8_t
s_fill_com(char *words[], t_com **com)
{
- /* TODO: norme */
uint64_t i;
uint64_t j;