SphinxBase
5prealpha
assert.h
1
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
2
/* A bogus <assert.h> for WinCE which sometimes doesn't have it. */
3
#ifndef __ASSERT_H__
4
#define __ASSERT_H__
5
#define assert(x) if (!(x)) (*(int *)0=0);
6
#endif
/* __ASSERT_H__ */
include
wince
assert.h
Generated by
1.9.3