ede/efiler/ede_strverscmp.h
2008-05-29 11:09:54 +00:00

15 lines
177 B
C

#ifndef EDE_STRVERSCMP_H
#define EDE_STRVERSCMP_H
#ifdef __cplusplus
extern "C" {
#endif
int ede_strverscmp (const char *, const char *);
#ifdef __cplusplus
}
#endif
#endif