#include "seize4.h" #include int main () { int fd, cache; fd = open ("/dev/seize","r"); cache = 1; ioctl(fd, SEIZE_SET_CACHE, cache); printf("sent %d to seize's ioctl\n",cache); close(fd); }