1#ifndef VERSIONCMP_H 2#define VERSIONCMP_H 3 4int versioncmp(const char *s1, const char *s2); 5 6#endif /* VERSIONCMP_H */