4 #ifndef __CPROVER_LOCALE_H_INCLUDED
6 #define __CPROVER_LOCALE_H_INCLUDED
9 char *
setlocale(
int category,
const char *locale)
14 #ifdef __CPROVER_CUSTOM_BITVECTOR_ANALYSIS
15 __CPROVER_event(
"invalidate_pointer",
"setlocale_result");
16 char *setlocale_result;
18 return setlocale_result;
20 static char setlocale_result[1];
21 return setlocale_result;
27 #ifndef __CPROVER_LOCALE_H_INCLUDED
29 #define __CPROVER_LOCALE_H_INCLUDED
35 #ifdef __CPROVER_CUSTOM_BITVECTOR_ANALYSIS
36 __CPROVER_event(
"invalidate_pointer",
"localeconv_result");
37 struct lconv *localeconv_result;
39 return localeconv_result;
41 static struct lconv localeconv_result;
42 return &localeconv_result;
struct lconv * localeconv(void)
char * setlocale(int category, const char *locale)