aboutsummaryrefslogtreecommitdiff
path: root/c08/ex04/ft_stock_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'c08/ex04/ft_stock_str.h')
-rw-r--r--c08/ex04/ft_stock_str.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c08/ex04/ft_stock_str.h b/c08/ex04/ft_stock_str.h
index ccadd2f..2ce09f4 100644
--- a/c08/ex04/ft_stock_str.h
+++ b/c08/ex04/ft_stock_str.h
@@ -6,18 +6,18 @@
/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/08 16:54:59 by cacharle #+# #+# */
-/* Updated: 2019/07/08 16:56:02 by cacharle ### ########.fr */
+/* Updated: 2019/07/11 14:14:13 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_STOCK_STR_H
-#define FT_STOCK_STR_H
+# define FT_STOCK_STR_H
-typedef struct s_stock_str
+typedef struct s_stock_str
{
int size;
char *str;
char *copy;
-} t_stock_str;
+} t_stock_str;
#endif