8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
// cassert standard header
|
||
|
#include <assert.h>
|
||
|
|
||
|
/*
|
||
|
* Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
|
||
|
* Consult your license regarding permissions and restrictions.
|
||
|
*/
|