src/file_doc.h: add annotations for file_check_doc_aux()

This commit is contained in:
Christophe Grenier 2023-10-08 14:14:51 +02:00
parent d90b4571d7
commit c966ee4baa

View file

@ -26,6 +26,7 @@ extern "C" {
#endif #endif
/*@ /*@
@ requires offset <= 4006;
@ requires valid_file_check_param(file_recovery); @ requires valid_file_check_param(file_recovery);
@ ensures valid_file_check_result(file_recovery); @ ensures valid_file_check_result(file_recovery);
@*/ @*/