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
The library should be able to optionally use libc if it's linked at build time. While Zing is intended to be "pure" Zig, there are a few areas that could benefit from having that available. Namely, getting Linux constants from the target OS's C header files, which could overwrite the defaults in constants.zig.
The text was updated successfully, but these errors were encountered:
The library should be able to optionally use
libc
if it's linked at build time. While Zing is intended to be "pure" Zig, there are a few areas that could benefit from having that available. Namely, getting Linux constants from the target OS's C header files, which could overwrite the defaults inconstants.zig
.The text was updated successfully, but these errors were encountered: