Is it possible for me to call raise(sig) from Rust?
Dan Dumont
0
Reputation points
I am trying to call this function: https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/raise?view=msvc-170 from Rust.
But it doesn't seem to be in any of the windows-rs crates.
How might I do the equivalent?
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,932 questions
Sign in to answer