/* Author : Dario GENGA * Date : 16.11.2021 * Description : Library to manipulate the stack */ #ifndef _PILE_H #define _PILE_H #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #endif