Tag: 总线

get_pixel函数引发总线错误:10

#include #include #include #include #include #include #include #include #include #include #define FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) #ifndef MAP_FILE /* 44BSD defines this & requires it to mmap files */ #define MAP_FILE 0 /* to compile under systems other than 44BSD */ #endif #define SIZE 20 #define N 3 struct stat statbuf; struct […]