]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs/idx.h
Comienzo a separar las cosas un poco, pero no compila porque hay una referencia a...
[z.facultad/75.06/emufs.git] / emufs / idx.h
1 #ifndef _IDX_H
2 #define _IDX_H
3 #include "emufs.h"
4
5 int emufs_idx_buscar_mayor_id(EMUFS *);
6
7 #endif /* _IDX_H */