strings

@extern
object strings

POSIX strings.h for Scala

The Open Group Base Specifications Issue 7, 2018 edition.

A method with an XSI comment indicates it is defined in extended POSIX X/Open System Interfaces, not base POSIX.

class Object
trait Matchable
class Any
strings.type

Type members

Types

type size_t = size_t

Value members

Concrete methods

def ffs(i: CInt): CInt

XSI

XSI

def strcasecmp(s1: CString, s2: CString): CInt
def strcasecmp_l(s1: CString, s2: CString, locale: locale_t): CInt
def strncasecmp(s1: CString, s2: CString, n: size_t): CInt
def strncasecmp_l(s1: CString, s2: CString, n: size_t, locale: locale_t): CInt