2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
12 char *hello
= " Hello";
15 TEST( strcmp( "Hello", stpblk( hello
) ) == 0 );
16 TEST( strcmp( "", stpblk( empty
) ) == 0 );
17 TEST( strlen( stpblk( hello
) ) == 5 );
18 TEST( strlen( stpblk( empty
) ) == 0 );
25 /* Nothing to clean up */