Sorry my bad....

Must have been drinking to much this weekend... :-)
The problem is solved...
I was returning an error code..


Hi,

> -----Original Message-----
> From: ext Claus Pedersen [mailto:[EMAIL PROTECTED]

> The file test.c :
> 
> int main()
> {
>       int a = A;
>       printf("a = %i",a);
>       return a;
> }

> All the right values are returned, but why does it say 
> [ERROR] after the
> execution?

My C(++) days lay years behind me, but I think you are giving back an
error code (return a), that's why maven assums, that something went
wront. try return 0 instead.

BR,
Andreas Ebbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to