Search found 1 match

by maverick
Fri Oct 17, 2003 1:07 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320051

100

can some one help me

errors:

usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status

code :
#include<stdio.h>
int funky(int ,int );
int main(void)
{
int i,j,max;
scanf("%d %d",&i,&j);
printf("\n%d %d %d\n",i,j,max ...

Go to advanced search