RCSW
1.2.24.beta

Contents:

  • Setting Up RCSW
  • Modules Summary
  • Detailed APIs
RCSW
  • File string.h

File string.h

↰ Parent directory (rcsw/stdio)

Implementation of stdio string routines.

Contents

  • Definition (rcsw/stdio/string.h)

  • Detailed Description

  • Includes

  • Included By

  • Functions

  • Defines

Definition (rcsw/stdio/string.h)

  • Program Listing for File string.h

Detailed Description

2017 John Harwell, All rights reserved.

SPDX-License-Identifier: MIT

Includes

  • rcsw/rcsw.h (File rcsw.h)

Included By

  • File types.h

  • File log4cl.h

Functions

  • Function stdio_memcpy

  • Function stdio_memset

  • Function stdio_strchr

  • Function stdio_strcmp

  • Function stdio_strcpy

  • Function stdio_strlen

  • Function stdio_strncmp

  • Function stdio_strncpy

  • Function stdio_strnlen

  • Function stdio_strrep

  • Function stdio_strrev

  • Function stdio_strstr

  • Function stdio_tolower

  • Function stdio_toupper

Defines

  • Define RCSW_STDIO_ISALPHA

  • Define RCSW_STDIO_ISDIGIT

  • Define RCSW_STDIO_ISHEX

  • Define RCSW_STDIO_ISLOWER

  • Define RCSW_STDIO_ISPRINTABLE

  • Define RCSW_STDIO_ISSPACE

  • Define RCSW_STDIO_ISUPPER


© Copyright 2024, John Harwell.

Built with Sphinx using a theme provided by Read the Docs.