Skip to content

string h status

chasonr edited this page Dec 8, 2023 · 2 revisions

string.h provides all symbols required by C11/C17.

strcoll() and strxfrm() respect the configured locale and character set, if NLSFUNC is configured for the desired locale.

string.h provides these functions required by SuSv4:

  • memccpy
  • stpcpy
  • stpncpy
  • strdup
  • strerror_r
  • strndup
  • strnlen
  • strtok_r

string.h does not provide these functions required by SuSv4:

  • strcoll_l
  • strerror_l
  • strsignal
  • strxfrm_l

Clone this wiki locally