https://github.com/git/git
Raw File
Tip revision: 564d0252ca632e0264ed670534a51d18a689ef5d authored by Junio C Hamano on 19 November 2023, 23:47:38 UTC
Git 2.43
Tip revision: 564d025
versioncmp.h
#ifndef VERSIONCMP_H
#define VERSIONCMP_H

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

#endif /* VERSIONCMP_H */
back to top