Functions

  • size_t string_length (const char * src)

    Returns the length of a string, denoted by the first occurrence

    of a null terminator.

    Defined at line 55 of file ../../third_party/llvm-libc/src/src/string/string_length.h

  • template <typename T>
    size_t string_length_element (const T * src)

    Defined at line 62 of file ../../third_party/llvm-libc/src/src/string/string_length.h

  • template <typename T>
    size_t string_length_element (const T * src)

    Defined at line 62 of file ../../third_party/llvm-libc/src/src/string/string_length.h

  • void * find_first_character (const unsigned char * src, unsigned char ch, size_t n)

    Defined at line 69 of file ../../third_party/llvm-libc/src/src/string/string_length.h

  • void * find_first_character (const unsigned char * srcunsigned char chsize_t n)

    Defined at line 69 of file ../../third_party/llvm-libc/src/src/string/string_length.h