MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
glue_assert.h File Reference

define asserts More...

#include <assert.h>

Go to the source code of this file.

Macros

#define ASSERT(x)   assert(x);
 
#define ASSERTL1(x)   ASSERT(x)
 

Detailed Description

define asserts

Date
05/08/2009
Author
Adam Sturtridge

Macro Definition Documentation

#define ASSERT (   x)    assert(x);
#define ASSERTL1 (   x)    ASSERT(x)