DragonFly users List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: coding question
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.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]