ruby--ruby/wince/assert.h

7 lines
78 B
C

#ifndef _ASSERT_H_
#define _ASSERT_H_
void assert( int expression );
#endif