[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Fwd: Re: Shell-Creation. A simulation Code
Modify it accordingly!!! user
int main(void)
{
......
return 1;
}
Archan
ps. In my box, it is not giving any error
On Tue, 22 Aug 2000, you wrote:
> These are errors I got When I compiled your programm..
> test.c: In function `main':
> test.c:6: `str' undeclared (first use in this function)
> test.c:6: (Each undeclared identifier is reported only once
> test.c:6: for each function it appears in.)
> test.c:10: parse error before `1'
> test.c:3: warning: return type of `main' is not `int'
>
> regards
> alex