1 2 3 4 5 6 7
#include <string.h> int strverscmp(const char *l, const char *r) { /* FIXME */ return strcmp(l, r); }