Hello there

Hello there,

can someone explain me the C syntax below (from sqlite)

SQLITE_PRIVATE void (*sqlite3OsDlSym(sqlite3_vfs *, void *, const char *))(void);

I don't understand why the function is inside "()" and followed by (void) ?!

Thanks

Comments

Post a Comment