#include int strverscmp(const char *l, const char *r) { /* FIXME */ return strcmp(l, r); }