]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - otros/mtf/mtf.h
arreglos minimos, saco los printf feos
[z.facultad/75.06/jacu.git] / otros / mtf / mtf.h
index 617863ec104e2e213b26ab2e3b7013c4f79ea305..b5963ea6496c4f33fee297e3216e1269b83a4d05 100644 (file)
@@ -1,11 +1,10 @@
 #ifndef _MFT_H_
 #define _MFT_H_
 #include <stdio.h>
 #ifndef _MFT_H_
 #define _MFT_H_
 #include <stdio.h>
+#include <stdlib.h>
 
 int *jacu_mtf(char *datos, int len);
 
 char *jacu_buscar_z(char* datos, int len, int *size);
 
 
 int *jacu_mtf(char *datos, int len);
 
 char *jacu_buscar_z(char* datos, int len, int *size);
 
-int get_pos(char *z, int len, char c);
-
 #endif
 #endif