Function

RBsafe_strcmp

Declaration [src]

int
rb_safe_strcmp (
  const char* a,
  const char* b
)

Description

No description available.

Parameters

a

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
b

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: int

No description available.