#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.h>#include <stdlib.h>#include "ecpg_config.h"
Go to the source code of this file.
Defines | |
| #define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
Functions | |
| int | main (void) |
| #define ECPGdebug | ( | X, | ||
| Y | ||||
| ) | ECPGdebug((X)+100,(Y)) |
Definition at line 7 of file thread-thread_implicit.c.
| int main | ( | void | ) |
Definition at line 20 of file thread-thread_implicit.c.
{
printf("No threading enabled.\n");
return 0;
}
1.7.1