]>
git.scottworley.com Git - overonion/blob - reverse_lib.h
9c0f05ae2eaa9d75d1894ff4da8a0eb3c55eecfd
1 #ifndef _OVERONION_REVERSE_LIB_H
2 #define _OVERONION_REVERSE_LIB_H
6 /* Copy the contents of input_filename to output_stream backwards.
7 * input_filename must be a real file, not a pipe. */
8 void reverse_file(const char* input_filename
, FILE* output_stream
);
10 #endif /* _OVERONION_REVERSE_LIB_H */