6 lines
81 B
C
6 lines
81 B
C
|
int
|
||
|
main (int argc, char **argv)
|
||
|
{
|
||
|
return strcmp (argv[0], "string") == 0;
|
||
|
}
|