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/digits_to_words.h

19 lines
1.0 KiB
C
Raw Normal View History

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* digits_to_words.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: achubuko <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/02 23:35:43 by achubuko #+# #+# */
2023-12-03 19:36:55 +00:00
/* Updated: 2023/12/03 22:02:54 by achubuko ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef DIGITS_TO_WORDS_H
# define DIGITS_TO_WORDS_H
2023-12-03 19:36:55 +00:00
# include "ft_utils.h"
# include "digits_to_words.h"
2023-12-03 13:27:39 +00:00
void print_digit_words(char *str);
#endif