- string->pointer Sprocedure
Returns a value of type (pointer char) that points to the start of the character sequence in the argument string. The pointer is only valid until the current procedure returns.
Returns a value of type (pointer char) that points to the start of the character sequence in the argument string. The pointer is only valid until the current procedure returns.