PostgreSQL Source Code git master
test-oauth-curl.c File Reference
#include "oauth-curl.c"
#include <fcntl.h>
Include dependency graph for test-oauth-curl.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 520 of file test-oauth-curl.c.

521{
522 printf("1..0 # skip: cassert is not enabled\n");
523
524 return 0;
525}
#define printf(...)
Definition: port.h:266

References printf.