]> git.llucax.com Git - z.facultad/75.06/jacu.git/blob - otros/mtf/mtf.h
* Agrego bs_restore para rehacer el array original.
[z.facultad/75.06/jacu.git] / otros / mtf / mtf.h
1 #ifndef _MFT_H_
2 #define _MFT_H_
3 #include <stdio.h>
4
5 int *jacu_mtf(char *datos, int len);
6
7 char *jacu_buscar_z(char* datos, int len, int *size);
8
9 int get_pos(char *z, int len, char c);
10
11 #endif