mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
7 lines
50 B
C
7 lines
50 B
C
/*
|
|
** halt.h
|
|
**
|
|
*/
|
|
|
|
void halt(char *format,...);
|