Skip to content
Snippets Groups Projects
Commit 5ff67448 authored by Andre Maroneze's avatar Andre Maroneze Committed by Virgile Prevosto
Browse files

[tests] synchronize with frama-c/frama-c!3055

parent 7202c489
No related branches found
No related tags found
No related merge requests found
......@@ -2196,6 +2196,14 @@ int *fgetws(int * __restrict ws, int n, FILE * __restrict stream);
}
*/
/*@ requires valid_wstring_ws1: valid_read_wstring(ws1);
requires valid_wstring_ws2: valid_read_wstring(ws2);
assigns \result;
assigns \result
\from (indirect: *(ws1 + (0 ..))), (indirect: *(ws2 + (0 ..)));
*/
int wcscasecmp(int const *ws1, int const *ws2);
struct _frama_c_vmt _frama_c_vmt_header;
struct _frama_c_rtti_name_info_node _frama_c_rtti_name_info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment