JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

Treat LONGLONG function variants consistently #35

Closed kbarbary closed 9 years ago

kbarbary commented 9 years ago

This includes and supersedes #34.

After this, there are no more *ll functions in the export list for Libcfitsio. Instead, the right cfitsio function is used so that the native integer type is returned.