1 #ifndef _DJGPP_INCLUDE_LSMP3_H
2 #define _DJGPP_INCLUDE_LSMP3_H
3 
4 float MP3_length(char *);
5 
6 #endif
7