#include <string.h>

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