strip_white()

Strip spaces from the beginning and end of a string.

Synopsis:

#include <asr/cfg.h>
 
char* strip_white(char *buffer)

Arguments:

buffer

The string to strip spaces from.

Library:

libasr

Description:

The strip_white() function removes spaces from the beginning and end of the specified string.

Returns:

The resulting string.