1 /** 2 * @file wrapper.h 3 * @author longjin (longjin@RinGoTek.cn) 4 * @brief 这是为libc的C代码的相关接口创建rust绑定的wrapper 5 * @version 0.1 6 * @date 2023-02-11 7 * 8 * @copyright Copyright (c) 2023 9 * 10 */ 11 #pragma once 12 13 // 这里导出在include/export文件夹下的头文件 14 #include <stdio.h> 15 #include <unistd.h>