Welcome to mirror list, hosted at ThFree Co, Russian Federation.

versioncmp.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 879b510e82a27c4c740a9efebb5d4c0bc5480311 (plain)
1
2
3
4
5
6
#ifndef VERSIONCMP_H
#define VERSIONCMP_H

int versioncmp(const char *s1, const char *s2);

#endif /* VERSIONCMP_H */