]> git.scottworley.com Git - overonion/blob - reverse_lib.h
58345fa21ba72eab49f0f1f6be6d27c0b6a5feb0
[overonion] / reverse_lib.h
1 #ifndef _OVERONION_REVERSE_LIB_H
2 #define _OVERONION_REVERSE_LIB_H
3
4 /* Copy the contents of input_filename to stdout backwards.
5 * input_filename must be a real file, not a pipe. */
6 void reverse_file(const char* input_filename);
7
8 #endif /* _OVERONION_REVERSE_LIB_H */