kotlin-native

How to use struct pointer from C in Python?

How to use struct pointer from C in Python? Question: This is a snippet from a C header for a Windows DLL that was generated by Kotlin Multiplatform/Native: typedef struct { struct { struct { // … } root; } kotlin; } libnative_ExportedSymbols; extern libnative_ExportedSymbols* libnative_symbols(void); From C, you would access the struct root like …

Total answers: 2