#include #include int main(void) { char *con; int rc = aa_getcon(&con, NULL); if (rc >= 0) printf("con = [%s]\n", con); return rc; }