ISBLANK
while ( ISBLANK( *line ) ) {
for ( p = s - 1; p > line && ISBLANK( *p ); p-- ) {
while ( ISBLANK( *s ) ) {
if ( ISBLANK( c ) && c != '\n' ) {