5 lines
47 B
C
5 lines
47 B
C
|
|
int gotcha(char bar[])
|
||
|
|
{
|
||
|
|
return sizeof(bar);
|
||
|
|
}
|