| 28 | } |
| 29 | |
| 30 | cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){ |
| 31 | #pragma EXPORT |
| 32 | return cs_open(arch, mode, handle); |
| 33 | } |
| 34 | |
| 35 | cs_err __stdcall bs_close(csh *handle){ |
| 36 | #pragma EXPORT |
nothing calls this directly
no test coverage detected
searching dependent graphs…