_str(char* content);

Converts a char* string to a temporary STRING* pointer, to be used as a parameter for functions called from external languages.

Parameters:

content - a null-terminated char* string.

Returns:

STRING*

Speed:

Fast

Remarks:

Example:

my_dll_function(_str("requires a STRING"));

See also:

_chr, str_create