public interface size_t
Modifier and Type | Method and Description |
---|---|
int |
getInternalNb() |
boolean |
isStrictNegative() |
boolean |
isStrictPositive() |
boolean |
isZero() |
java.lang.Object |
malloc() |
size_t |
negate() |
size_t |
plus(int length) |
java.lang.Object |
realloc(java.lang.Object old) |
Copyright © 2020. All Rights Reserved.