c语言实现mmap内存映射读取文件和文件加密

#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <sys/stat.h> #include <time.h> #define LOGD printf #if _WIN32 #include <windows.h> #include
相关文章
相关标签/搜索