PureBytes Links
Trading Reference Links
|
Hello,
assert(x) is a support function that checks if x is non-zero,
otherwise a warning message in the debug version is generated.
Quite useful for checking validity of parameters passed to the functions.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: "Stephane Carrasset" <nenapacwanfr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, November 21, 2001 6:18 PM
Subject: [amibroker] asserth
> Tz,
>
> what is assert ?? in candle plugin
> #ifndef ASSERT
> #include "assert.h"
> #define ASSERT assert
> #endif
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|