commit
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
#ifndef FT_STOCK__STR_H
|
||||
# define FT_STOCK__STR_H
|
||||
typedef struct s_stock_str
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ft_stock_str.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/08/25 10:17:09 by gbaconni #+# #+# */
|
||||
/* Updated: 2021/08/25 12:05:50 by gbaconni ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
#ifndef FT_STOCK_STR_H
|
||||
# define FT_STOCK_STR_H
|
||||
typedef struct s_stock_str
|
||||
{
|
||||
int size;
|
||||
char *str;
|
||||
char *copy;
|
||||
} t_stock_str;
|
||||
int size;
|
||||
char *str;
|
||||
char *copy;
|
||||
} t_stock_str;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user