1 2 3 4 5 6 7 8 9
#ifndef __DEVCTL_H #define __DEVCTL_H #include <stddef.h> typedef __SIZE_TYPE__ size_t; int posix_devctl(int, int, void *restrict, size_t, int *restrict); #endif