Lines Matching refs:Void_t
64 /* The type Void_t is properly defined so that Void_t* can address any type */
65 #ifndef Void_t
67 #define Void_t void
69 #define Void_t char
71 #endif /*Void_t*/
90 typedef int(* Vdio_f)_ARG_((Void_t*, int, long, Vddisc_t*));
93 Void_t* data; /* data array */
105 extern int vdsqueeze _ARG_((Void_t*, int, Void_t*));
106 extern int vdexpand _ARG_((Void_t*, int, Void_t*));