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