You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bounds-checking functions are C11, but as they are part of libc, they are not in the compiler.
that mean, that supporting those can be harder than supporting C11 keyword.
as osc-sdk-c is meant to be include inside the source, a way to use thoses function, would be at compile time using something like -DBOUND_CHK_C11=1;
The text was updated successfully, but these errors were encountered:
Bounds-checking functions are C11, but as they are part of libc, they are not in the compiler.
that mean, that supporting those can be harder than supporting C11 keyword.
as osc-sdk-c is meant to be include inside the source, a way to use thoses function, would be at compile time using something like
-DBOUND_CHK_C11=1
;The text was updated successfully, but these errors were encountered: