Hi, The fopencookie man page says that cookie_io_functions_t is a C struct: "struct cookie_io_functions_t { ... };" That is not quite right, [at least in Fedora glibc-2.16-28.fc18] it is a typedef for an anonymous struct: "typedef struct { ... } cookie_io_functions_t;" Cheers, Ralph. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html