syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | strlen

strlen

Calculates the length of a C-style string


int strlen(const char * cStr)
(1)
  1. Calculates the length of a C-style string
    Parameters:
    • const char * cStr : Null-terminated array of characters
    Returns: Length of the string

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000