Skip to content

No tags for FFI calls #72

@coot

Description

@coot
foreign import ccall unsafe "HsRead" c_Read :: ....

Should generate c_Read entry in a hask tags file. Note that c_Read can also be placed in a new line:

foreign import ccall usafe "HsRead"
  c_Read :: ...

To add the actual c function HsRead one can run ctags -a **/*.c.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions