19 lines
1.0 KiB
C
19 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/02 23:43:11 by achubuko ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
#ifndef MAIN_H
|
|
# define MAIN_H
|
|
# include <unistd.h>
|
|
# include <stdlib.h>
|
|
# include "digits_to_words.h"
|
|
# include "ft_utils.h"
|
|
#endif
|