2024年4月29日

摘要: #include <stdio.h> # define FAST_FUNC /* nothing */ FILE* FAST_FUNC fopen_for_read(const char *path) { return fopen(path, "r"); } FILE* FAST_FUNC xfop 阅读全文
posted @ 2024-04-29 17:50 lydstory 阅读(26) 评论(0) 推荐(0)

导航