find_quote()

Find a double quote character in a string.

Synopsis:

#include <asr/cfg.h>
 
char* find_quote(char *start)

Arguments:

start

The string to search.

Library:

libasr

Description:

The remove_quotes() function find the first double quote character in the specified string.

Returns:

A pointer to the double quote character.