Open bohonghuang opened 5 months ago
This PR makes char** recognized as (:pointer :string) instead of just :string.
char**
(:pointer :string)
:string
This PR makes
char**
recognized as(:pointer :string)
instead of just:string
.