Hello, how can i add the headers and .so library? i have problems, help me please
Hi, I feel confused..... I have this: typedef void *MdApi; // and then: void RegisterMdSpi(MdApi pMdApi); // is this the same?: void RegisterMdSpi(void* pMdApi); // what if:...