sync
This commit is contained in:
25
C_08/git/ex04/main.c
Normal file
25
C_08/git/ex04/main.c
Normal file
@@ -0,0 +1,25 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* main.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/08/24 14:00:37 by gbaconni #+# #+# */
|
||||
/* Updated: 2021/08/24 14:04:21 by gbaconni ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ft_stock_str.h"
|
||||
|
||||
struct s_stock_str *ft_strs_to_tab(int ac, char **av);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
t_stock_str *result;
|
||||
char **av;
|
||||
int ac;
|
||||
|
||||
result = ft_strs_to_tab(ac, av)
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user