]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - src/vfile/common.h
Parece andar todo bien.
[z.facultad/75.06/jacu.git] / src / vfile / common.h
index a2c53d5677bf45fb2a132b3e4ef3500f6cf6e35e..2431b1c13acd40647aec29c8bde184c1904f6c89 100644 (file)
 #define _JACU_COMMON_H_
 
 #ifdef DEBUG
-       /** Imprime un mensaje de debug por pantalla. */
-       #define PERR(msg) fprintf(stderr, "%s:%d> %s.\n",__FILE__, __LINE__, msg);
+/** Imprime un mensaje de debug por pantalla. */
+#      define PERR(msg) fprintf(stderr, "%s:%d> %s.\n",__FILE__, __LINE__, msg);
 #else
-       #define PERR(msg) ;
+#      define PERR(msg) ;
 #endif /* DEBUG */
 
 /** Duplica un string. */
-char* strdup(const char* s);
+char* str_dup(const char* s);
 
 #endif /* _JACU_COMMON_H_ */