PostgreSQL Source Code
git master
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 Sun Feb 16 2025 00:13:25 for PostgreSQL Source Code by
1.9.4