#include int main(void) { const char *kw[] = {"a", NULL}; const char *val[] = {"b", NULL}; return PQconnectdbParams(kw, val, 0) != NULL; }