Move hexpatch to Rust

This commit is contained in:
topjohnwu
2023-06-20 18:17:26 -07:00
parent 5805573625
commit 399b9e5eba
13 changed files with 78 additions and 39 deletions
-4
View File
@@ -5,10 +5,6 @@
#include <poll.h>
#include <fcntl.h>
#include "base-rs.hpp"
using rust::xpipe2;
extern "C" {
FILE *xfopen(const char *pathname, const char *mode);