#ifndef H_TRUSS_IO_H #define H_TRUSS_IO_H # # include # # include "ppc_truss.h" struct truss *read_truss ( FILE *stream ); void write_truss ( struct truss *truss, char *filename ); void free_truss ( struct truss *truss ); #endif /* H_TRUSS_IO_H */