]> git.llucax.com Git - z.facultad/75.42/calculadora.git/blobdiff - dllist.h
Ăšltimos retoques.
[z.facultad/75.42/calculadora.git] / dllist.h
index 10edb6c9a6f693a47f2277debcbb3f39935a8370..674fbc3b34f19195cfa9d2a5b66e278ee4381062 100644 (file)
--- a/dllist.h
+++ b/dllist.h
 #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;