summaryrefslogtreecommitdiff
path: root/wince/assert.h
blob: c2a4e3ebb76dfb6a4dc586185fa476a2b21bd00c (plain)
1
2
3
4
5
6
#ifndef _ASSERT_H_
#define _ASSERT_H_

void assert( int expression );

#endif