summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-05 17:06:30 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-05 17:06:30 +0200
commit2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8 (patch)
treec89bf75cc4fd0f037a7531991ce62e9e8837f0ed /src
parentFuck shell (diff)
download42-minishell-2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8.tar.gz
42-minishell-2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8.tar.bz2
42-minishell-2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8.tar.xz
42-minishell-2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8.tar.zst
42-minishell-2d9205bd7bd7dd3efa5aa2f7b19638f778271bc8.zip
More defines
Diffstat (limited to 'src')
-rw-r--r--src/d_define.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_define.h b/src/d_define.h
index ae3d92a..b8196a7 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -51,6 +51,7 @@
#define FT_ZER_VAR "$0"
#define FT_RET_VAR "$?"
#define FT_PID_VAR "$$"
+#define FT_ARGC_VAR "$#"
/*
** ====== FAIL MSG ======