sync
This commit is contained in:
9
C_08/git/ex04/ft_stock_str.h
Normal file
9
C_08/git/ex04/ft_stock_str.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user