object
strings
Type Members
-
type
locale_t = Ptr[Byte]
-
type
size_t = ULong
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
equals(arg0: Any): Boolean
-
def
ffs(i: CInt): CInt
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
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.