JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
219 stars 68 forks source link

C_LONG_LONG and C_INT64_T represented as Clong #399

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

C_LONG_LONG and C_INT64_T should be represented as Clonglong and Int64 because Clong == Int32 on Windows platforms.

Gnimuc commented 1 year ago

Any context?

amontoison commented 1 year ago

I used the default one that is in the documentation.

Gnimuc commented 1 year ago

Where is this C_LONG_LONG stuff?

amontoison commented 1 year ago

Sorry @Gnimuc, the issue was between the chair and the screen. The package that I wanted to interface forgot to update header files, they just changed types in f90 files...