This is release 1.3 of REC - the Reverse Engineering Compiler

'example.c' is the source file that was used to compile the Linux
executable 'example'.
Type the following command to decompile the example:
	./rec -interactive example
This will produce the 'example.rec' file.
Compare the functions openfile(), readfile(), main() with those
contained in the original source, example.c.

Copyright 1997-1998 Giampiero Caprino

