From 1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 18:10:56 +0200 Subject: Norm compliant comment format, dirty script for doxygen comments --- src/builtin/export.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'src/builtin/export.c') diff --git a/src/builtin/export.c b/src/builtin/export.c index 1b148a9..8a62412 100644 --- a/src/builtin/export.c +++ b/src/builtin/export.c @@ -1,4 +1,16 @@ -/** +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* export.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: charles +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/04/01 17:11:34 by charles #+# #+# */ +/* Updated: 2020/04/01 17:11:38 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + +/* ** \file export.c ** \brief `export` builtin */ @@ -9,7 +21,5 @@ int builtin_export(char **argv, t_env env) { (void)argv; (void)env; - /* if (ft_htset(env, ) == NULL) */ - /* return (-1); */ return (0); } -- cgit