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
相關文章
相關標籤/搜索