Skip to content

No tags for FFI calls #72

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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