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 argument type for libc::write is platform dependent. The
fix converts to the platform specific type using `TryInto`. This
fixes Windows builds.
Fixes#101.
0 commit comments