Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gm2
/
examples
/
callingC
/
run
/
pass
/
c.c
blob: 3a9959559f7f87dee688cc204cd6e30da68f6af1 [
file
]
#include
<string.h>
int
bar
(
char
*
file
,
char
*
mode
)
{
return
strcmp
(
file
,
mode
);
}