Minor changes
This commit is contained in:
parent
312a66ed73
commit
3ad8920ac2
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue