X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/a9564429c158d89dfc16a0ba3f2df2993de1d12f..efbfacc87590729a6790eecee98b91d55615f881:/otros/mtf/mtf.h diff --git a/otros/mtf/mtf.h b/otros/mtf/mtf.h index 617863e..b5963ea 100644 --- a/otros/mtf/mtf.h +++ b/otros/mtf/mtf.h @@ -1,11 +1,10 @@ #ifndef _MFT_H_ #define _MFT_H_ #include +#include 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