1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-27 18:45:09 +02: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 */