object
stdlib
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
EXIT_FAILURE: CInt
-
def
EXIT_SUCCESS: CInt
-
def
RAND_MAX: CInt
-
def
_Exit(exitCode: CInt): Unit
-
def
abort(): Unit
-
def
aligned_alloc(alignment: CSize, size: CSize): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
at_quick_exit(func: CFuncPtr0[Unit]): CInt
-
def
atexit(func: CFuncPtr0[Unit]): CInt
-
def
atof(str: CString): CDouble
-
def
atoi(str: CString): CInt
-
def
atol(str: CString): CLong
-
def
atoll(str: CString): CLongLong
-
def
bsearch(key: Ptr[Byte], data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
-
def
calloc(num: CSize, size: CSize): Ptr[Byte]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exit(exitCode: CInt): Unit
-
def
finalize(): Unit
-
def
free(ptr: Ptr[Byte]): Unit
-
final
def
getClass(): Class[_]
-
def
getenv(name: CString): CString
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
malloc(size: CSize): Ptr[Byte]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
qsort(data: Ptr[Byte], num: CSize, size: CSize, comparator: CFuncPtr2[Ptr[Byte], Ptr[Byte], CInt]): Unit
-
def
quick_exit(exitCode: CInt): Unit
-
def
rand(): CInt
-
def
realloc(ptr: Ptr[Byte], newSize: CSize): Ptr[Byte]
-
def
realpath(file_name: CString, resolved_name: CString): CString
-
def
srand(seed: CUnsignedInt): Unit
-
def
strtod(str: CString, str_end: Ptr[CString]): CDouble
-
def
strtof(str: CString, str_end: Ptr[CString]): CFloat
-
def
strtol(str: CString, str_end: Ptr[CString], base: CInt): CLong
-
def
strtoll(str: CString, str_end: Ptr[CString], base: CInt): CLongLong
-
def
strtoul(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLong
-
def
strtoull(str: CString, str_end: Ptr[CString], base: CInt): CUnsignedLongLong
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
system(command: CString): CInt
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit