0

I saw several questions here, but is's still not clear for me. And could Apple reject for using standard gethostbyname function?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
m8labs
  • 3,671
  • 2
  • 30
  • 32

1 Answers1

2

It's in the C standard library (at least according to POSIX). You can use all C library functions in your iOS app.