RX_CHECK_STRLEN

Is a macro that checks the length of a null-terminated ASCIIZ string.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  RX_CHECK_STRLEN (
     str,
     len)
  

Parameters

str

(IN) Specifies the ASCIIZ string.

len

(OUT) Specifies the length of the string, in bytes.

See Also