Haskell FFI - can you obtain a C Pointer from a Haskell data structure?

前端 未结 0 1576
陌清茗
陌清茗 2021-02-11 03:50

I have quite a few C structs structured like

typedef struct {
    unsigned int a;
    unsigned int b;
} StructA;

And a lot of functions like

相关标签:
回答
  • 消灭零回复
提交回复
热议问题