[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] compiling problem



Evan Langlois píše v Čt 28. 04. 2005 v 04:57 -0500:
> someone wiser than I, can tell me what's wrong with this:
> 
> #define min(a,b)	(((a) < (b)) ? (a) : (b))

min(x++, 0));

I think you see what's wrong now.

Petr