Beispiel #1
0
void ctSetup()
{
  __ctype_b = *(__ctype_b_loc());
  __ctype_toupper = *(__ctype_toupper_loc());
  __ctype_tolower = *(__ctype_tolower_loc());
}
Beispiel #2
0
void glibc_compat5() {
  __ctype_b = *(unsigned short int**)__ctype_b_loc();
  __ctype_tolower = *(__int32_t**)__ctype_tolower_loc();
  __ctype_toupper = *(__int32_t**)__ctype_toupper_loc();
}