{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include "xlstool.h" module Bindings.Xlstool where import Foreign.Ptr #strict_import import Bindings.Xlsstruct {- #globalvar colors , CUInt -} #ccall dumpbuf , CString -> CLong -> Ptr CUChar -> IO () #ccall verbose , CString -> IO () #ccall unicode_decode , Ptr CUChar -> CInt -> Ptr CInt -> CString -> IO CString #ccall get_string , Ptr CUChar -> CUChar -> CUChar -> CString -> IO CString #ccall xls_getColor , CUShort -> CUShort -> IO CUInt #ccall xls_showBookInfo , Ptr -> IO () #ccall xls_showROW , Ptr -> IO () #ccall xls_showColinfo , Ptr -> IO () #ccall xls_showCell , Ptr -> IO () #ccall xls_showFont , Ptr -> IO () #ccall xls_showXF , Ptr -> IO () #ccall xls_showFormat , Ptr -> IO () #ccall xls_getfcell , Ptr -> Ptr -> IO CString #ccall xls_getCSS , Ptr -> IO CString #ccall xls_showBOF , Ptr -> IO ()