X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/blobdiff_plain/06e5c9c5f5a210456e38654b46299b5f780432c9..8f5992a5811ef292022a3ca3ac293c231e2b065b:/dllist.h?ds=sidebyside diff --git a/dllist.h b/dllist.h index ad88060..674fbc3 100644 --- a/dllist.h +++ b/dllist.h @@ -17,12 +17,7 @@ #ifndef DLLIST_H #define DLLIST_H - -/** Tipo de dato booleano. */ -typedef enum { - FALSE, /**< Falso. */ - TRUE /**< Verdadero. */ -} bool; +#include "bool.h" /** Nodo de la lista doblemente enlazada. */ typedef struct DLNodeStruct DLNode;