Added env hashmap with build_env function to build envp
This commit is contained in:
parent
f35e986145
commit
f86947a852
54 changed files with 2010 additions and 105 deletions
20
stdme/include/me/string/str_compare.h
Normal file
20
stdme/include/me/string/str_compare.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* str_compare.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/04 18:53:47 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/04 18:37:55 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef STR_COMPARE_H
|
||||
# define STR_COMPARE_H
|
||||
|
||||
# include "me/types.h"
|
||||
|
||||
bool str_compare(t_const_str lhs, t_const_str rhs);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue