Some checks failed
libakerror CI Build / cmake_build (push) Successful in 2m55s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m44s
libakerror CI Build / sanitizer (push) Failing after 2m55s
libakerror CI Build / coverage (push) Successful in 2m55s
libakerror CI Build / mutation_test (push) Successful in 42m38s
9 lines
161 B
C
9 lines
161 B
C
#ifndef AKERR_TEST_IGNORE_MULTITU_H
|
|
#define AKERR_TEST_IGNORE_MULTITU_H
|
|
|
|
#include "akerror.h"
|
|
|
|
akerr_ErrorContext *akerr_multitu_snapshot_address(void);
|
|
|
|
#endif
|