/* BEGIN list_io.h */ #ifndef H_LIST_IO_H #define H_LIST_IO_H #include "list_type.h" #include int list_fputs(list_type *node, FILE *stream); #endif /* END list_io.h */