]> git.scottworley.com Git - overonion/blame - reverse_lib.h
Make a function call interface
[overonion] / reverse_lib.h
CommitLineData
b398ee5a
SW
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. */
6void reverse_file(const char* input_filename);
7
8#endif /* _OVERONION_REVERSE_LIB_H */