Skip to content
Snippets Groups Projects
  • Stefano Sabatini's avatar
    b35e9e19
    lavu: add av_strtok() · b35e9e19
    Stefano Sabatini authored
    The function strtok_r() is part of the POSIX.1 specification, but is not
    available on some platforms. We provide an internal implementation, so we
    do not need to rely on a platform implementation.
    b35e9e19
    History
    lavu: add av_strtok()
    Stefano Sabatini authored
    The function strtok_r() is part of the POSIX.1 specification, but is not
    available on some platforms. We provide an internal implementation, so we
    do not need to rely on a platform implementation.
avstring.c 5.12 KiB