base struct
This commit is contained in:
21
lib/libft/srcs/gnl/gnl.h
Normal file
21
lib/libft/srcs/gnl/gnl.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* gnl.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/11/27 12:46:20 by nalebrun #+# #+# */
|
||||
/* Updated: 2024/11/27 12:53:23 by nalebrun ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef GNL_H
|
||||
# define GNL_H
|
||||
|
||||
# include "../../libft.h"
|
||||
|
||||
size_t ft_gstrlen(const char *str, int j);
|
||||
char *ft_strichr(const char *s, int c, int i);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user