How to expose ImplicitCastExpr node in clang Python bindings?

前端 未结 0 679
挽巷
挽巷 2021-01-15 03:57

I have C code:

int func4b(float *x, int (*fp)(int *hello, float *goodbye));

int hello(int *x, float *y) {
  return 0;
}         


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