#include "str_defs.h" int str_diff(const char* a, const char* b) /*EXTRACT_INCL*/ { return str_diffn(a,b,(unsigned long)(-1)); }