Git fork
at reftables-rust 6 lines 118 B view raw
1#ifndef VERSIONCMP_H 2#define VERSIONCMP_H 3 4int versioncmp(const char *s1, const char *s2); 5 6#endif /* VERSIONCMP_H */