X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/a9564429c158d89dfc16a0ba3f2df2993de1d12f..0189fdaa9744c0aeddcf72ca0f3f7fa3981e53a2:/otros/mtf/mtf.c diff --git a/otros/mtf/mtf.c b/otros/mtf/mtf.c index e8b9f05..3113161 100644 --- a/otros/mtf/mtf.c +++ b/otros/mtf/mtf.c @@ -1,40 +1,33 @@ #include "mtf.h" /****privadas*****/ -int no_pertenece(char *z, char c); +int no_pertenece(char *z, char c, int len); void pop_front(char *z, int pos); -/*int get_pos(char *z, int len, char c);*/ +int get_pos(char *z, int len, char c); /****fin privadas******/ void print_z(char *z, int len) { int i; for(i=0; i