blob: 3a9959559f7f87dee688cc204cd6e30da68f6af1 [file]
#include <string.h>
int bar (char *file, char *mode)
{
return strcmp(file, mode);
}