#ifndef FT_STOCK__STR_H # define FT_STOCK__STR_H typedef struct s_stock_str { int size; char *str; char *copy; } t_stock_str; #endif