piscine-rush02/ex00/include/ft_math.h

19 lines
966 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_math.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/02 22:38:13 by tischmid #+# #+# */
/* Updated: 2023/04/02 22:38:24 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_MATH_H
# define FT_MATH_H
int power(int nb, int exp);
#endif