]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs/idx.h
e183892253c319cd2614b4d28be116d33a2b42a2
[z.facultad/75.06/emufs.git] / emufs / idx.h
1 #ifndef _IDX_H
2 #define _IDX_H
3 #include <string.h>
4 #include "emufs.h"
5
6 int emufs_idx_buscar_mayor_id(EMUFS *);
7
8 #endif /* _IDX_H */