Lawrence Tang | d34f2b1 | 2022-07-19 15:36:31 +0100 | [diff] [blame] | 1 | #ifndef CPER_IR_TEST_UTILS_H |
| 2 | #define CPER_IR_TEST_UTILS_H |
| 3 | |
| 4 | extern "C" { |
Thu Nguyen | e42fb48 | 2024-10-15 14:43:11 +0000 | [diff] [blame] | 5 | #include <libcper/BaseTypes.h> |
Lawrence Tang | d34f2b1 | 2022-07-19 15:36:31 +0100 | [diff] [blame] | 6 | } |
| 7 | |
John Chung | f8fc705 | 2024-05-03 20:05:29 +0800 | [diff] [blame] | 8 | FILE *generate_record_memstream(const char **types, UINT16 num_types, |
| 9 | char **buf, size_t *buf_size, |
| 10 | int single_section); |
Lawrence Tang | d34f2b1 | 2022-07-19 15:36:31 +0100 | [diff] [blame] | 11 | |
John Chung | f8fc705 | 2024-05-03 20:05:29 +0800 | [diff] [blame] | 12 | #endif |