Go to the source code of this file.
Defines | |
#define | assert(x) do { if (!(x)) abort(); } while (0) |
Checks configuration options validity and activates conditional features.
Definition in file global.h.
#define assert | ( | x | ) | do { if (!(x)) abort(); } while (0) |
Definition at line 58 of file global.h.
Referenced by III_huffdecode(), mad_layer_III(), reduce_rational(), and scale_rational().