]> git.llucax.com Git - z.facultad/75.06/jacu.git/blob - otros/mtf/mtf.h
Reemplazo printf() por fprintf(stderr) para hacer pruebas.
[z.facultad/75.06/jacu.git] / otros / mtf / mtf.h
1 #ifndef _MFT_H_
2 #define _MFT_H_
3 #include <stdio.h>
4 #include <stdlib.h>
5
6 int *jacu_mtf(char *datos, int len);
7
8 char *jacu_buscar_z(char* datos, int len, int *size);
9
10 int get_pos(char *z, int len, char c);
11
12 #endif