|
PostgreSQL Source Code git master
|
#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.h>#include <ecpg_informix.h>#include <stdio.h>#include <stdlib.h>#include "pgtypes_interval.h"
Go to the source code of this file.
Macros | |
| #define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
Functions | |
| int | main () |
Variables | |
| char | dirty_str [100] = "aaaaaaaaa_bbbbbbbb_ccccccccc_ddddddddd_" |
| interval * | interval_ptr |
| #define ECPGdebug | ( | X, | |
| Y | |||
| ) | ECPGdebug((X)+100,(Y)) |
Definition at line 9 of file compat_informix-intoasc.c.
| int main | ( | void | ) |
Definition at line 30 of file compat_informix-intoasc.c.
References dirty_str, interval_ptr, intoasc(), malloc, interval::month, printf, and interval::time.
| char dirty_str[100] = "aaaaaaaaa_bbbbbbbb_ccccccccc_ddddddddd_" |
Definition at line 22 of file compat_informix-intoasc.c.
Referenced by main().
| interval* interval_ptr |
Definition at line 25 of file compat_informix-intoasc.c.
Referenced by main().