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