cat <input file> | python2 gobbledygook.py > <output file>
Rudolph, the Red-Nosed Reindeer
The nose is very strong.
If you do not see,
It should be great.
#include <cstdio> | |
template <typename R, typename A1, typename... Args> | |
class _partialpartial | |
{ | |
public: | |
typedef R R_type; | |
_partialpartial(R (*func_)(A1, Args...), | |
A1 arg1_) : func(func_), arg1(arg1_) {} |