/* Name: strncmp Usage: strncmp(string1, string2, ignorecase, num chars from start)*/#define strncmp(%0,%1,%2,%3) \ strcmp(%0,%1,%2,%3)