Jonas Rodrigues
Results
1
issues of
Jonas Rodrigues
I'm wrapping SQLite and at first glance everything went well except for: ```c // The typedef is necessary to work around problems in certain C++ compilers. typedef void (*sqlite3_destructor_type)(void*); #define...