1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00
git/versioncmp.h

7 lines
118 B
C
Raw Normal View History

#ifndef VERSIONCMP_H
#define VERSIONCMP_H
int versioncmp(const char *s1, const char *s2);
#endif /* VERSIONCMP_H */