mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 18:17:38 +08:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef ASSERT_TEST_H
|
|
#define ASSERT_TEST_H
|
|
|
|
int assert_enable(int val);
|
|
int assert_test(int val);
|
|
|
|
#endif
|