This repository has been archived on 2023-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
c_piscine_rush_02/ex00/main.h
Aleksei Chubukov 1d9fc70142 overtime
2023-12-07 20:06:51 +04:00

22 lines
1.0 KiB
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* rush-02.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: achubuko <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/02 21:14:25 by achubuko #+# #+# */
/* Updated: 2023/12/03 22:19:00 by achubuko ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MAIN_H
# define MAIN_H
# include <unistd.h>
# include <stdlib.h>
# include "digits_to_words.h"
# include "ft_utils.h"
# include "dict_struct.h"
#include "ft_open.h"
#endif