forked from OSchip/llvm-project
5 lines
61 B
C
5 lines
61 B
C
|
int getBos1(void) {
|
||
|
return __builtin_object_size(p, 0);
|
||
|
}
|
||
|
|