#include #include int main() { /*return version of libpq*/ int lib_ver = PQlibVersion(); printf("Version of libpq: %d\n", lib_ver); return 0; }