view ifeq__.c @ 72:b0e95b878322

added segfault detection support
author thomask
date Wed, 27 Oct 2004 17:26:14 +0000
parents
children 94b746f24b50
line wrap: on
line source

#include <string.h>

int main(int argc, char *argv[]){
	return strcmp(argv[1], argv[2]);
}