Minor changes

This commit is contained in:
tosu 2023-03-31 02:46:58 +02:00
parent 312a66ed73
commit 3ad8920ac2
2 changed files with 4 additions and 2 deletions

View File

@ -13,10 +13,10 @@
#ifndef FT_POINT_H
# define FT_POINT_H
typedef struct s_point
typedef struct s_point
{
int x;
int y;
} t_point;
} t_point;
#endif

View File

@ -12,6 +12,7 @@
#include <unistd.h>
#include <limits.h>
#include "ft_stock_str.h"
void ft_putchar(char c)
{
@ -60,6 +61,7 @@ void ft_show_tab(struct s_stock_str *par)
/* ////
#include <stdio.h>
#include "../ex04/ft_strs_to_tab.c"
int main(void)
{