mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
7 lines
107 B
C
7 lines
107 B
C
#ifndef ASSERT_TEST_H
|
|
#define ASSERT_TEST_H
|
|
|
|
int assert_enable(int val);
|
|
int assert_test(int val);
|
|
|
|
#endif
|