mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
15 lines
177 B
C
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
|