C [edit]. #include <stdio.h> #include <stdlib.h> char* readFileBytes(const char *name) { FILE *fl = fopen(name, "r"); fseek(fl, 0, SEEK_END); long ...
確定! 回上一頁