やれたらやるね

やれたらね

2023-01-01から1年間の記事一覧

C言語 バイナリファイルR/W

#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <string.h> #define OUT_FILE_NAME "out.bin"#define RW_DATA_NUM (1) void main(int argc, char *argv[]){ if (argc != 2) { printf("L%d argc=%d\n", __LINE__, argc); printf("errno=%d %s\n", errno, strerror(errno</string.h></errno.h></sys/stat.h></sys/types.h></stdio.h>…