PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
pgtypes.h
Go to the documentation of this file.
1
/* src/interfaces/ecpg/include/pgtypes.h */
2
3
#ifndef PGTYPES_H
4
#define PGTYPES_H
5
6
#ifdef __cplusplus
7
extern
"C"
8
{
9
#endif
10
11
extern
void
PGTYPESchar_free
(
char
*ptr);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
/* PGTYPES_H */
PGTYPESchar_free
void PGTYPESchar_free(char *ptr)
Definition
common.c:145
src
interfaces
ecpg
include
pgtypes.h
Generated on Thu Jan 29 2026 06:13:17 for PostgreSQL Source Code by
1.9.8