coding question

Devon H. O'Dell dodell at offmyserver.com
Mon Apr 11 06:23:53 PDT 2005


On Mon, Apr 11, 2005 at 09:12:25AM -0400, Timour Ezeev wrote:
> On Mon, 11 Apr 2005, Terry Tree wrote:
> 
> >Terry Tree пиÑ^HеÑ^B:
> >Can anyone tell me whats wrong here, I just can't get this piece of
> >code to compile.  After looking over it several times I can't figure
> >it out.
> >
> >#include <stdio.h>
> >
> >int
> >main(int argc, char **argv[])
> >{
> 
>   BTW, you also have incorrect main signature here.  You either use
> 
>   int main(int argc, char **argv)
> 
>   or
> 
>   int main(int argc, char *argv[])
> 
>   Hope this helps.

Er, yes, I totally missed that. Nevermind my last post :P

--Devon
Attachment:
pgp00014.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00014.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20050411/9af0e4b8/attachment-0017.obj>


More information about the Users mailing list