21 lines
953 B
C
21 lines
953 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* history.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/08/20 22:07:04 by sede-san #+# #+# */
|
|
/* Updated: 2025/08/21 14:43:08 by sede-san ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef HISTORY_H
|
|
# define HISTORY_H
|
|
|
|
|
|
|
|
// history.c
|
|
|
|
#endif
|