freeswitch/libs/sofia-sip/s2check/exit77.c

5 lines
115 B
C

int main(int argc, char *argv[])
{
return 77; /* exit code indicating make check that test has been SKIPped */
}