15 lines
951 B
C
15 lines
951 B
C
|
/* ************************************************************************** */
|
||
|
/* */
|
||
|
/* ::: :::::::: */
|
||
|
/* digits_to_words.h :+: :+: :+: */
|
||
|
/* +:+ +:+ +:+ */
|
||
|
/* By: achubuko <marvin@42.fr> +#+ +:+ +#+ */
|
||
|
/* +#+#+#+#+#+ +#+ */
|
||
|
/* Created: 2023/12/02 23:35:43 by achubuko #+# #+# */
|
||
|
/* Updated: 2023/12/02 23:36:29 by achubuko ### ########.fr */
|
||
|
/* */
|
||
|
/* ************************************************************************** */
|
||
|
#ifndef DIGITS_TO_WORDS_H
|
||
|
# define DIGITS_TO_WORDS_H
|
||
|
#endif
|