qse/ase/doc/en/ase-assert.man

16 lines
358 B
Groff
Raw Normal View History

2008-06-05 04:14:48 +00:00
.title assert
= Assertion ==
The library provides a couple of macros to replace the standard assert macro.
ASE_ASSERT and ASE_ASSERTX
These macros requires linking with libaseutl.a unless you define ase_assert_puts yourself.
= ase_assert_puts =
You may define your own output function for assertion output.
2008-06-05 04:20:20 +00:00
Include: ase/cmn/macros.h
2008-06-05 04:14:48 +00:00
Link: libaseutl.a