phronmophobic / clong

A wrapper for libclang and a generator that can turn c header files into clojure apis.
Eclipse Public License 1.0
98 stars 2 forks source link

Use `clang` as the alias for com.phronemophobic.clong.clang in example code #5

Closed phronmophobic closed 4 months ago

phronmophobic commented 4 months ago

Some of the examples (and the readme) use the following alias which is confusing:

 [com.phronemophobic.clong.clang :as clong]