Crate libafl_inline_c_macro

Source
Expand description

Please see the inline-c crate to learn more.

Macrosยง

assert_c
Execute a C program and return a Result of inline_c::Assert. See examples inside the inline-c crate.
assert_cxx
Execute a C++ program and return a Result of inline_c::Assert. See examples inside the inline-c crate.