borodust / claw

Common Lisp autowrapping facility for C and C++ libraries
MIT License
35 stars 6 forks source link

Fix recognition of pointers to strings #14

Open bohonghuang opened 5 months ago

bohonghuang commented 5 months ago

This PR makes char** recognized as (:pointer :string) instead of just :string.